Shades of Dark Cerulean #1A4470
Tints of Dark Cerulean #1A4470
RGB
CMYK
RGB Variations
Color information
#1A4470 (or 0x1A4470) is known color: Dark Cerulean. HEX triplet: 1A, 44 and 70. RGB value is (26,68,112). Sum of RGB (Red+Green+Blue) = 26+68+112=206 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.62% from 206); Green value is 68 (26.95% from 255 or 33.01% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A4470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4470 is #E5BB8F. Grayscale: #3C3C3C. Windows color (decimal): -15055760 or 7357466. OLE color: 7357466.
HSL color Cylindrical-coordinate representation of color #1A4470: hue angle of 210.7º degrees, saturation: 0.62, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A4470 is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 68 | 112 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.56 |
| HSL | 210.7º | 0.62% | 0.27% | - |
| HSV(B) | 210.7º | 0.77% | 0.44% | - |
| XYZ | 5.42 | 5.52 | 16.11 | - |
| YUV | 60.46 | 157.09 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 68 | 112 | 0.77 | 0.39 | 0 | 0.56 | 210.7 | 0.62 | 0.27 |
| Hex | 1A | 44 | 70 | 4D | 27 | 0 | 38 | D3 | 3E | 1B |
| Octal | 32 | 104 | 160 | 115 | 47 | 0 | 70 | 323 | 76 | 33 |
| Binary | 11010 | 1000100 | 1110000 | 1001101 | 100111 | 0 | 111000 | 11010011 | 111110 | 11011 |
Color Harmonies of #1A4470
Complementary color
Monochromatic Colors of #1A4470
Black with #1A4470
Text Example
Text Example
White with #1A4470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4470; }
p { color: rgb(26,68,112); }
H1.HeaderClassName
{
color: #1A4470;
}
.AnyTagClassName
{
color: #1A4470;
}
</style>
background-color css
<style>
a { background-color: #1A4470; }
a { background-color: rgb(26,68,112); }
div.DivClassName
{
background-color: #1A4470;
}
.BgClassName
{
background-color: #1A4470;
}
</style>
border-color css
<style>
span { border-color: #1A4470; }
span { border-color: rgb(26,68,112); }
td.TdClassName
{
border-color: #1A4470;
}
.TagClassName
{
border-color: #1A4470;
}
</style>