Shades of Dark Cerulean #013F77
Tints of Dark Cerulean #013F77
RGB
CMYK
RGB Variations
Color information
#013F77 (or 0x013F77) is known color: Dark Cerulean. HEX triplet: 01, 3F and 77. RGB value is (1,63,119). Sum of RGB (Red+Green+Blue) = 1+63+119=183 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 119 (46.88% from 255 or 65.03% from 183); Max value from RGB is 119 - color contains mainly: blue. Hex color #013F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013F77 is #FEC088. Grayscale: #323232. Windows color (decimal): -16695433 or 7814913. OLE color: 7814913.
HSL color Cylindrical-coordinate representation of color #013F77: hue angle of 208.47º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013F77 is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 63 | 119 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.53 |
| HSL | 208.47º | 0.98% | 0.24% | - |
| HSV(B) | 208.47º | 0.99% | 0.47% | - |
| XYZ | 5.12 | 4.89 | 18.13 | - |
| YUV | 50.85 | 166.46 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 63 | 119 | 0.99 | 0.47 | 0 | 0.53 | 208.47 | 0.98 | 0.24 |
| Hex | 1 | 3F | 77 | 63 | 2F | 0 | 35 | D0 | 62 | 18 |
| Octal | 1 | 77 | 167 | 143 | 57 | 0 | 65 | 320 | 142 | 30 |
| Binary | 1 | 111111 | 1110111 | 1100011 | 101111 | 0 | 110101 | 11010000 | 1100010 | 11000 |
Color Harmonies of #013F77
Complementary color
Monochromatic Colors of #013F77
Black with #013F77
Text Example
Text Example
White with #013F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013F77; }
p { color: rgb(1,63,119); }
H1.HeaderClassName
{
color: #013F77;
}
.AnyTagClassName
{
color: #013F77;
}
</style>
background-color css
<style>
a { background-color: #013F77; }
a { background-color: rgb(1,63,119); }
div.DivClassName
{
background-color: #013F77;
}
.BgClassName
{
background-color: #013F77;
}
</style>
border-color css
<style>
span { border-color: #013F77; }
span { border-color: rgb(1,63,119); }
td.TdClassName
{
border-color: #013F77;
}
.TagClassName
{
border-color: #013F77;
}
</style>