Shades of Dark Cerulean #013E81
Tints of Dark Cerulean #013E81
RGB
CMYK
RGB Variations
Color information
#013E81 (or 0x013E81) is known color: Dark Cerulean. HEX triplet: 01, 3E and 81. RGB value is (1,62,129). Sum of RGB (Red+Green+Blue) = 1+62+129=192 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 129 (50.78% from 255 or 67.19% from 192); Max value from RGB is 129 - color contains mainly: blue. Hex color #013E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013E81 is #FEC17E. Grayscale: #333333. Windows color (decimal): -16695679 or 8470017. OLE color: 8470017.
HSL color Cylindrical-coordinate representation of color #013E81: hue angle of 211.41º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013E81 is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 62 | 129 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.49 |
| HSL | 211.41º | 0.98% | 0.25% | - |
| HSV(B) | 211.41º | 0.99% | 0.51% | - |
| XYZ | 5.7 | 5.04 | 21.44 | - |
| YUV | 51.4 | 171.79 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 62 | 129 | 0.99 | 0.52 | 0 | 0.49 | 211.41 | 0.98 | 0.25 |
| Hex | 1 | 3E | 81 | 63 | 34 | 0 | 31 | D3 | 62 | 19 |
| Octal | 1 | 76 | 201 | 143 | 64 | 0 | 61 | 323 | 142 | 31 |
| Binary | 1 | 111110 | 10000001 | 1100011 | 110100 | 0 | 110001 | 11010011 | 1100010 | 11001 |
Color Harmonies of #013E81
Complementary color
Monochromatic Colors of #013E81
Black with #013E81
Text Example
Text Example
White with #013E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013E81; }
p { color: rgb(1,62,129); }
H1.HeaderClassName
{
color: #013E81;
}
.AnyTagClassName
{
color: #013E81;
}
</style>
background-color css
<style>
a { background-color: #013E81; }
a { background-color: rgb(1,62,129); }
div.DivClassName
{
background-color: #013E81;
}
.BgClassName
{
background-color: #013E81;
}
</style>
border-color css
<style>
span { border-color: #013E81; }
span { border-color: rgb(1,62,129); }
td.TdClassName
{
border-color: #013E81;
}
.TagClassName
{
border-color: #013E81;
}
</style>