#19478C

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

Shades of Dark Cerulean #19478C

Tints of Dark Cerulean #19478C

Color information

#19478C (or 0x19478C) is unknown color: approx Dark Cerulean. HEX triplet: 19, 47 and 8C. RGB value is (25,71,140). Sum of RGB (Red+Green+Blue) = 25+71+140=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 71 (28.12% from 255 or 30.08% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #19478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19478C is #E6B873. Grayscale: #404040. Windows color (decimal): -15120500 or 9193241. OLE color: 9193241.

HSL color Cylindrical-coordinate representation of color #19478C: hue angle of 216º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19478C is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2571140-
CMYK0.820.4900.45
HSL216º69.7%32.35%-
HSV(B)216º82.14%54.9%-
XYZ7.396.6125.7-
YUV65.11170.2699.39-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 71 (28.12% from 255) = 30.08%
BLUE value IS 140 (55.08% from 255) = 59.32%
R=10.59%
G=30.08%
B=59.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal25711400.820.4900.4521669.732.35
Hex19478C523102Dd84620
Octal311072141226105533010640
Binary1100110001111000110010100101100010101101110110001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19478C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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