Shades of Dark Cerulean #013D77
Tints of Dark Cerulean #013D77
RGB
CMYK
RGB Variations
Color information
#013D77 (or 0x013D77) is known color: Dark Cerulean. HEX triplet: 01, 3D and 77. RGB value is (1,61,119). Sum of RGB (Red+Green+Blue) = 1+61+119=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #013D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013D77 is #FEC288. Grayscale: #313131. Windows color (decimal): -16695945 or 7814401. OLE color: 7814401.
HSL color Cylindrical-coordinate representation of color #013D77: hue angle of 209.49º 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 #013D77 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 61 | 119 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.53 |
| HSL | 209.49º | 0.98% | 0.24% | - |
| HSV(B) | 209.49º | 0.99% | 0.47% | - |
| XYZ | 5.01 | 4.68 | 18.09 | - |
| YUV | 49.67 | 167.12 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 61 | 119 | 0.99 | 0.49 | 0 | 0.53 | 209.49 | 0.98 | 0.24 |
| Hex | 1 | 3D | 77 | 63 | 31 | 0 | 35 | D1 | 62 | 18 |
| Octal | 1 | 75 | 167 | 143 | 61 | 0 | 65 | 321 | 142 | 30 |
| Binary | 1 | 111101 | 1110111 | 1100011 | 110001 | 0 | 110101 | 11010001 | 1100010 | 11000 |
Color Harmonies of #013D77
Complementary color
Monochromatic Colors of #013D77
Black with #013D77
Text Example
Text Example
White with #013D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013D77; }
p { color: rgb(1,61,119); }
H1.HeaderClassName
{
color: #013D77;
}
.AnyTagClassName
{
color: #013D77;
}
</style>
background-color css
<style>
a { background-color: #013D77; }
a { background-color: rgb(1,61,119); }
div.DivClassName
{
background-color: #013D77;
}
.BgClassName
{
background-color: #013D77;
}
</style>
border-color css
<style>
span { border-color: #013D77; }
span { border-color: rgb(1,61,119); }
td.TdClassName
{
border-color: #013D77;
}
.TagClassName
{
border-color: #013D77;
}
</style>