#1377B3

Color #1377B3 Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1377B3

Tints of Cerulean #1377B3

Color information

#1377B3 (or 0x1377B3) is unknown color: approx Cerulean. HEX triplet: 13, 77 and B3. RGB value is (19,119,179). Sum of RGB (Red+Green+Blue) = 19+119+179=317 (41% of max value = 765). Red value is 19 (7.81% from 255 or 5.99% from 317); Green value is 119 (46.88% from 255 or 37.54% from 317); Blue value is 179 (70.31% from 255 or 56.47% from 317); Max value from RGB is 179 - color contains mainly: blue. Hex color #1377B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1377B3 is #EC884C. Grayscale: #5F5F5F. Windows color (decimal): -15501389 or 11761427. OLE color: 11761427.

HSL color Cylindrical-coordinate representation of color #1377B3: hue angle of 202.5º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1377B3 is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB19119179-
CMYK0.890.3400.30
HSL202.5º80.81%38.82%-
HSV(B)202.5º89.39%70.2%-
XYZ1516.5945.06-
YUV95.94174.8773.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 19 (7.81% from 255) = 5.99%
GREEN value IS 119 (46.88% from 255) = 37.54%
BLUE value IS 179 (70.31% from 255) = 56.47%
R=5.99%
G=37.54%
B=56.47%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal191191790.890.3400.30202.580.8138.82
Hex1377B3592201Eca5127
Octal231672631314203631212147
Binary100111110111101100111011001100010011110110010101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1377B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1377B3; }

 p { color: rgb(19,119,179); }

 H1.HeaderClassName
 {
   color: #1377B3;
 }
 .AnyTagClassName
 {
   color: #1377B3;
 }
</style>
background-color css

<style>
 a { background-color: #1377B3; }

 a { background-color: rgb(19,119,179); }

 div.DivClassName
 {
   background-color: #1377B3;
 }
 .BgClassName
 {
   background-color: #1377B3;
 }
</style>
border-color css

<style>
 span { border-color: #1377B3; }

 span { border-color: rgb(19,119,179); }

 td.TdClassName
 {
   border-color: #1377B3;
 }
 .TagClassName
 {
   border-color: #1377B3;
 }
</style>