Shades of Dark Cerulean #1A4270
Tints of Dark Cerulean #1A4270
RGB
CMYK
RGB Variations
Color information
#1A4270 (or 0x1A4270) is known color: Dark Cerulean. HEX triplet: 1A, 42 and 70. RGB value is (26,66,112). Sum of RGB (Red+Green+Blue) = 26+66+112=204 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.75% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4270 is #E5BD8F. Grayscale: #3B3B3B. Windows color (decimal): -15056272 or 7356954. OLE color: 7356954.
HSL color Cylindrical-coordinate representation of color #1A4270: hue angle of 212.09º 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 #1A4270 is Cyan = 0.77, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 66 | 112 | - |
| CMYK | 0.77 | 0.41 | 0 | 0.56 |
| HSL | 212.09º | 0.62% | 0.27% | - |
| HSV(B) | 212.09º | 0.77% | 0.44% | - |
| XYZ | 5.3 | 5.29 | 16.07 | - |
| YUV | 59.28 | 157.75 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 66 | 112 | 0.77 | 0.41 | 0 | 0.56 | 212.09 | 0.62 | 0.27 |
| Hex | 1A | 42 | 70 | 4D | 29 | 0 | 38 | D4 | 3E | 1B |
| Octal | 32 | 102 | 160 | 115 | 51 | 0 | 70 | 324 | 76 | 33 |
| Binary | 11010 | 1000010 | 1110000 | 1001101 | 101001 | 0 | 111000 | 11010100 | 111110 | 11011 |
Color Harmonies of #1A4270
Complementary color
Monochromatic Colors of #1A4270
Black with #1A4270
Text Example
Text Example
White with #1A4270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A4270; }
p { color: rgb(26,66,112); }
H1.HeaderClassName
{
color: #1A4270;
}
.AnyTagClassName
{
color: #1A4270;
}
</style>
background-color css
<style>
a { background-color: #1A4270; }
a { background-color: rgb(26,66,112); }
div.DivClassName
{
background-color: #1A4270;
}
.BgClassName
{
background-color: #1A4270;
}
</style>
border-color css
<style>
span { border-color: #1A4270; }
span { border-color: rgb(26,66,112); }
td.TdClassName
{
border-color: #1A4270;
}
.TagClassName
{
border-color: #1A4270;
}
</style>