COLOR #1330C8

HEX: #1330C8
RGB: (19,48,200)

Color info

#1330C8 contains mainly blue color. Web safe color of #1330C8 is #0033CC (or #03C).

RGB color model

#1330C8 color RGB value is (19,48,200).

  • red value is 19;
  • green value is 48;
  • blue value is 200.
RGB:
(19,48,200)
(7%,19%,78%)

RGB channels and saturation

R 19 of 255 = 7%
G 48 of 255 = 19%
B 200 of 255 = 78%

19
48
200

R + G + B ~ 35%. #1330C8 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 48 + 200 = 267 (100%)
R 19 of 267 ~ 7.12%
G 48 of 267 ~ 17.98%
B 200 of 267 ~ 74.91%

%17.98
%74.91

CMYK color model

#1330C8 color CMYK value is (91,76,0,22).

  • cyan value is 90.50%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(91,76,0,22)
C91M76Y0K22 
(91%,76%,0%,22%)
(0.91/0.76/0.00/0.22)	

CMYK percentages

%90.5
%76
%0
%21.57

Codes

Color #1330C8 in popluar color models

1330C8
RGB1948200
HSL230°82.65%42.94%
HSB/HSV230°90.50%78.43%
CMYK90.50%76.00%0.00%
21.57%

Color #1330C8 in popluar number systems.

HEX1330C8
Decimal1948200
Binary1001111000011001000
Octal2360310

Shades and tints

Shades of #1330C8

#1330C8
(19,48,200)
#122CB6
(18,44,182)
#1128A4
(17,40,164)
#102492
(16,36,146)
#0F2080
(15,32,128)
#0E1C6E
(14,28,110)
#0D185C
(13,24,92)
#0C144A
(12,20,74)
#0B1038
(11,16,56)
#0A0C26
(10,12,38)
#090814
(9,8,20)
#000000
(0,0,0)

Tints of #1330C8

#1330C8
(19,48,200)
#2842CD
(40,66,205)
#3D54D2
(61,84,210)
#5266D7
(82,102,215)
#6778DC
(103,120,220)
#7C8AE1
(124,138,225)
#919CE6
(145,156,230)
#A6AEEB
(166,174,235)
#BBC0F0
(187,192,240)
#D0D2F5
(208,210,245)
#E5E4FA
(229,228,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1330C8 color. Also use rgb(19,48,200) instead hex code.

Text Font Color

.myTextColor { color: #1330C8; }

<p style="color:#1330C8">This sample text font color is #1330C8.</p>

This text font color is #1330C8.


Background Color

.myBgColor { background-color: #1330C8; }

<div style="background-color:#1330C8">Inner text</div>

This div background color is #1330C8.


Border color

.myBorderColor { border: 1px solid #1330C8; }

<div style="border:3px solid #1330C8">Div</div>

This div border color is #1330C8.


Opacity

.myOpacity80 { color: #1330C8; opacity: 0.8; }

<p style="color:#1330C8;opacity:0.8;">80%</p>

Text with #1330C8 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1330C8;}

<p style="text-shadow: 3px 3px 1px #1330C8">Text here.</p>

This text has shadow with #1330C8 color.

.textShadow {text-shadow: 3px 3px 1px #1330C8, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1330C8, 5px 5px 20px red">Text here.</p>

This text has shadow with #1330C8 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1330C8, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1330C8, Direction=45, Strength=4)">Text</p>

This text has shadow with #1330C8 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1330C8;
  -webkit-box-shadow:	1px 1px 3px 2px #1330C8;
  box-shadow:		1px 1px 3px 2px #1330C8;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1330C8;
-webkit-box-shadow: 1px 1px 3px 2px #1330C8;
box-shadow:1px 1px 3px 2px #1330C8;">
Div content here</div>
This div box has shadow with color #1330C8.

Preview

Color preview on black background

This text has color #1330C8 on black background.


Color preview on white background

This text has color #1330C8 on white background.



Black color preview on #1330C8 background

This text has black color on #1330C8 background.


White color preview on #1330C8 background

This text has white color on #1330C8 background.