#19477C

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

Shades of Dark Cerulean #19477C

Tints of Dark Cerulean #19477C

Color information

#19477C (or 0x19477C) is unknown color: approx Dark Cerulean. HEX triplet: 19, 47 and 7C. RGB value is (25,71,124). Sum of RGB (Red+Green+Blue) = 25+71+124=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #19477C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19477C is #E6B883. Grayscale: #3F3F3F. Windows color (decimal): -15120516 or 8144665. OLE color: 8144665.

HSL color Cylindrical-coordinate representation of color #19477C: hue angle of 212.12º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19477C is Cyan = 0.80, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2571124-
CMYK0.800.4300.51
HSL212.12º66.44%29.22%-
HSV(B)212.12º79.84%48.63%-
XYZ6.296.1719.93-
YUV63.29162.26100.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.36%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 124 (48.83% from 255) = 56.36%
R=11.36%
G=32.27%
B=56.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal25711240.800.4300.51212.1266.4429.22
Hex19477C502B033d4421d
Octal311071741205306332410235
Binary11001100011111111001010000101011011001111010100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19477C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19477C; }

 p { color: rgb(25,71,124); }

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

<style>
 a { background-color: #19477C; }

 a { background-color: rgb(25,71,124); }

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

<style>
 span { border-color: #19477C; }

 span { border-color: rgb(25,71,124); }

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