#19448A

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

Shades of Dark Cerulean #19448A

Tints of Dark Cerulean #19448A

Color information

#19448A (or 0x19448A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 44 and 8A. RGB value is (25,68,138). Sum of RGB (Red+Green+Blue) = 25+68+138=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #19448A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19448A is #E6BB75. Grayscale: #3E3E3E. Windows color (decimal): -15121270 or 9061401. OLE color: 9061401.

HSL color Cylindrical-coordinate representation of color #19448A: hue angle of 217.17º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19448A is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2568138-
CMYK0.820.5100.46
HSL217.17º69.33%31.96%-
HSV(B)217.17º81.88%54.12%-
XYZ7.066.1824.86-
YUV63.12170.25100.81-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 68 (26.95% from 255) = 29.44%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=10.82%
G=29.44%
B=59.74%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25681380.820.5100.46217.1769.3331.96
Hex19448A523302Ed94520
Octal311042121226305633110540
Binary1100110001001000101010100101100110101110110110011000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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