#19448E

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

Shades of Dark Cerulean #19448E

Tints of Dark Cerulean #19448E

Color information

#19448E (or 0x19448E) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 8E. RGB value is (25,68,142). Sum of RGB (Red+Green+Blue) = 25+68+142=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #19448E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19448E is #E6BB71. Grayscale: #3F3F3F. Windows color (decimal): -15121266 or 9323545. OLE color: 9323545.

HSL color Cylindrical-coordinate representation of color #19448E: hue angle of 217.95º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19448E is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2568142-
CMYK0.820.5200.44
HSL217.95º70.06%32.75%-
HSV(B)217.95º82.39%55.69%-
XYZ7.356.2926.42-
YUV63.58172.25100.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.64%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=10.64%
G=28.94%
B=60.43%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal25681420.820.5200.44217.9570.0632.75
Hex19448E523402Cda4621
Octal311042161226405433210641
Binary1100110001001000111010100101101000101100110110101000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19448E; }

 p { color: rgb(25,68,142); }

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

<style>
 a { background-color: #19448E; }

 a { background-color: rgb(25,68,142); }

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

<style>
 span { border-color: #19448E; }

 span { border-color: rgb(25,68,142); }

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