#19488C

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

Shades of Dark Cerulean #19488C

Tints of Dark Cerulean #19488C

Color information

#19488C (or 0x19488C) is unknown color: approx Dark Cerulean. HEX triplet: 19, 48 and 8C. RGB value is (25,72,140). Sum of RGB (Red+Green+Blue) = 25+72+140=237 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.55% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 140 (55.08% from 255 or 59.07% from 237); Max value from RGB is 140 - color contains mainly: blue. Hex color #19488C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19488C is #E6B773. Grayscale: #414141. Windows color (decimal): -15120244 or 9193497. OLE color: 9193497.

HSL color Cylindrical-coordinate representation of color #19488C: hue angle of 215.48º 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 #19488C is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2572140-
CMYK0.820.4900.45
HSL215.48º69.7%32.35%-
HSV(B)215.48º82.14%54.9%-
XYZ7.456.7325.72-
YUV65.7169.9398.97-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.55%
GREEN value IS 72 (28.52% from 255) = 30.38%
BLUE value IS 140 (55.08% from 255) = 59.07%
R=10.55%
G=30.38%
B=59.07%

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
Decimal25721400.820.4900.45215.4869.732.35
Hex19488C523102Dd74620
Octal311102141226105532710640
Binary1100110010001000110010100101100010101101110101111000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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