#1A408E

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

Shades of Dark Cerulean #1A408E

Tints of Dark Cerulean #1A408E

Color information

#1A408E (or 0x1A408E) is unknown color: approx Dark Cerulean. HEX triplet: 1A, 40 and 8E. RGB value is (26,64,142). Sum of RGB (Red+Green+Blue) = 26+64+142=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 142 (55.86% from 255 or 61.21% from 232); Max value from RGB is 142 - color contains mainly: blue. Hex color #1A408E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A408E is #E5BF71. Grayscale: #3D3D3D. Windows color (decimal): -15056754 or 9322522. OLE color: 9322522.

HSL color Cylindrical-coordinate representation of color #1A408E: hue angle of 220.34º degrees, saturation: 0.69, 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 #1A408E is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2664142-
CMYK0.820.5500.44
HSL220.34º69.05%32.94%-
HSV(B)220.34º81.69%55.69%-
XYZ7.145.8426.34-
YUV61.53173.41102.66-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 64 (25.39% from 255) = 27.59%
BLUE value IS 142 (55.86% from 255) = 61.21%
R=11.21%
G=27.59%
B=61.21%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal26641420.820.5500.44220.3469.0532.94
Hex1A408E523702Cdc4521
Octal321002161226705433410541
Binary1101010000001000111010100101101110101100110111001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A408E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A408E; }

 p { color: rgb(26,64,142); }

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

<style>
 a { background-color: #1A408E; }

 a { background-color: rgb(26,64,142); }

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

<style>
 span { border-color: #1A408E; }

 span { border-color: rgb(26,64,142); }

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