Shades of Dark Cerulean #1A3F70
Tints of Dark Cerulean #1A3F70
RGB
CMYK
RGB Variations
Color information
#1A3F70 (or 0x1A3F70) is known color: Dark Cerulean. HEX triplet: 1A, 3F and 70. RGB value is (26,63,112). Sum of RGB (Red+Green+Blue) = 26+63+112=201 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.94% from 201); Green value is 63 (25% from 255 or 31.34% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3F70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3F70 is #E5C08F. Grayscale: #393939. Windows color (decimal): -15057040 or 7356186. OLE color: 7356186.
HSL color Cylindrical-coordinate representation of color #1A3F70: hue angle of 214.19º 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 #1A3F70 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 26 | 63 | 112 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.56 |
| HSL | 214.19º | 0.62% | 0.27% | - |
| HSV(B) | 214.19º | 0.77% | 0.44% | - |
| XYZ | 5.13 | 4.94 | 16.01 | - |
| YUV | 57.52 | 158.74 | 105.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 63 | 112 | 0.77 | 0.44 | 0 | 0.56 | 214.19 | 0.62 | 0.27 |
| Hex | 1A | 3F | 70 | 4D | 2C | 0 | 38 | D6 | 3E | 1B |
| Octal | 32 | 77 | 160 | 115 | 54 | 0 | 70 | 326 | 76 | 33 |
| Binary | 11010 | 111111 | 1110000 | 1001101 | 101100 | 0 | 111000 | 11010110 | 111110 | 11011 |
Color Harmonies of #1A3F70
Complementary color
Monochromatic Colors of #1A3F70
Black with #1A3F70
Text Example
Text Example
White with #1A3F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3F70; }
p { color: rgb(26,63,112); }
H1.HeaderClassName
{
color: #1A3F70;
}
.AnyTagClassName
{
color: #1A3F70;
}
</style>
background-color css
<style>
a { background-color: #1A3F70; }
a { background-color: rgb(26,63,112); }
div.DivClassName
{
background-color: #1A3F70;
}
.BgClassName
{
background-color: #1A3F70;
}
</style>
border-color css
<style>
span { border-color: #1A3F70; }
span { border-color: rgb(26,63,112); }
td.TdClassName
{
border-color: #1A3F70;
}
.TagClassName
{
border-color: #1A3F70;
}
</style>