Shades of Dark Cerulean #013E72
Tints of Dark Cerulean #013E72
RGB
CMYK
RGB Variations
Color information
#013E72 (or 0x013E72) is known color: Dark Cerulean. HEX triplet: 01, 3E and 72. RGB value is (1,62,114). Sum of RGB (Red+Green+Blue) = 1+62+114=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 114 (44.92% from 255 or 64.41% from 177); Max value from RGB is 114 - color contains mainly: blue. Hex color #013E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013E72 is #FEC18D. Grayscale: #313131. Windows color (decimal): -16695694 or 7486977. OLE color: 7486977.
HSL color Cylindrical-coordinate representation of color #013E72: hue angle of 207.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E72 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 62 | 114 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.55 |
| HSL | 207.61º | 0.98% | 0.23% | - |
| HSV(B) | 207.61º | 0.99% | 0.45% | - |
| XYZ | 4.77 | 4.67 | 16.57 | - |
| YUV | 49.69 | 164.29 | 93.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 114 | 0.99 | 0.46 | 0 | 0.55 | 207.61 | 0.98 | 0.23 |
| Hex | 1 | 3E | 72 | 63 | 2E | 0 | 37 | D0 | 62 | 17 |
| Octal | 1 | 76 | 162 | 143 | 56 | 0 | 67 | 320 | 142 | 27 |
| Binary | 1 | 111110 | 1110010 | 1100011 | 101110 | 0 | 110111 | 11010000 | 1100010 | 10111 |
Color Harmonies of #013E72
Complementary color
Monochromatic Colors of #013E72
Black with #013E72
Text Example
Text Example
White with #013E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E72; }
p { color: rgb(1,62,114); }
H1.HeaderClassName
{
color: #013E72;
}
.AnyTagClassName
{
color: #013E72;
}
</style>
background-color css
<style>
a { background-color: #013E72; }
a { background-color: rgb(1,62,114); }
div.DivClassName
{
background-color: #013E72;
}
.BgClassName
{
background-color: #013E72;
}
</style>
border-color css
<style>
span { border-color: #013E72; }
span { border-color: rgb(1,62,114); }
td.TdClassName
{
border-color: #013E72;
}
.TagClassName
{
border-color: #013E72;
}
</style>