#19408A

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

Shades of Dark Cerulean #19408A

Tints of Dark Cerulean #19408A

Color information

#19408A (or 0x19408A) is unknown color: approx Dark Cerulean. HEX triplet: 19, 40 and 8A. RGB value is (25,64,138). Sum of RGB (Red+Green+Blue) = 25+64+138=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 138 (54.30% from 255 or 60.79% from 227); Max value from RGB is 138 - color contains mainly: blue. Hex color #19408A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #19408A is #E6BF75. Grayscale: #3C3C3C. Windows color (decimal): -15122294 or 9060377. OLE color: 9060377.

HSL color Cylindrical-coordinate representation of color #19408A: hue angle of 219.29º 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 #19408A is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2564138-
CMYK0.820.5400.46
HSL219.29º69.33%31.96%-
HSV(B)219.29º81.88%54.12%-
XYZ6.825.7124.79-
YUV60.78171.58102.48-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 11.01%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 138 (54.30% from 255) = 60.79%
R=11.01%
G=28.19%
B=60.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal25641380.820.5400.46219.2969.3331.96
Hex19408A523602Edb4520
Octal311002121226605633310540
Binary1100110000001000101010100101101100101110110110111000101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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