Shades of Dark Cerulean #1A408E
Tints of Dark Cerulean #1A408E
RGB
CMYK
RGB Variations
Color information
#1A408E (or 0x1A408E) is known color: 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
| RGB | 26 | 64 | 142 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.44 |
| HSL | 220.34º | 0.69% | 0.33% | - |
| HSV(B) | 220.34º | 0.82% | 0.56% | - |
| XYZ | 7.14 | 5.84 | 26.34 | - |
| YUV | 61.53 | 173.41 | 102.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 64 | 142 | 0.82 | 0.55 | 0 | 0.44 | 220.34 | 0.69 | 0.33 |
| Hex | 1A | 40 | 8E | 52 | 37 | 0 | 2C | DC | 45 | 21 |
| Octal | 32 | 100 | 216 | 122 | 67 | 0 | 54 | 334 | 105 | 41 |
| Binary | 11010 | 1000000 | 10001110 | 1010010 | 110111 | 0 | 101100 | 11011100 | 1000101 | 100001 |
Color Harmonies of #1A408E
Complementary color
Monochromatic Colors of #1A408E
Black with #1A408E
Text Example
Text Example
White with #1A408E
Text Example
Text Example
HTML Codes & Css Web 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>