Shades of Dark Cerulean #013B77
Tints of Dark Cerulean #013B77
RGB
CMYK
RGB Variations
Color information
#013B77 (or 0x013B77) is known color: Dark Cerulean. HEX triplet: 01, 3B and 77. RGB value is (1,59,119). Sum of RGB (Red+Green+Blue) = 1+59+119=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 119 (46.88% from 255 or 66.48% from 179); Max value from RGB is 119 - color contains mainly: blue. Hex color #013B77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #013B77 is #FEC488. Grayscale: #303030. Windows color (decimal): -16696457 or 7813889. OLE color: 7813889.
HSL color Cylindrical-coordinate representation of color #013B77: hue angle of 210.51º 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 #013B77 is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 59 | 119 | - |
| CMYK | 0.99 | 0.50 | 0 | 0.53 |
| HSL | 210.51º | 0.98% | 0.24% | - |
| HSV(B) | 210.51º | 0.99% | 0.47% | - |
| XYZ | 4.91 | 4.47 | 18.06 | - |
| YUV | 48.5 | 167.78 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 59 | 119 | 0.99 | 0.50 | 0 | 0.53 | 210.51 | 0.98 | 0.24 |
| Hex | 1 | 3B | 77 | 63 | 32 | 0 | 35 | D3 | 62 | 18 |
| Octal | 1 | 73 | 167 | 143 | 62 | 0 | 65 | 323 | 142 | 30 |
| Binary | 1 | 111011 | 1110111 | 1100011 | 110010 | 0 | 110101 | 11010011 | 1100010 | 11000 |
Color Harmonies of #013B77
Complementary color
Monochromatic Colors of #013B77
Black with #013B77
Text Example
Text Example
White with #013B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013B77; }
p { color: rgb(1,59,119); }
H1.HeaderClassName
{
color: #013B77;
}
.AnyTagClassName
{
color: #013B77;
}
</style>
background-color css
<style>
a { background-color: #013B77; }
a { background-color: rgb(1,59,119); }
div.DivClassName
{
background-color: #013B77;
}
.BgClassName
{
background-color: #013B77;
}
</style>
border-color css
<style>
span { border-color: #013B77; }
span { border-color: rgb(1,59,119); }
td.TdClassName
{
border-color: #013B77;
}
.TagClassName
{
border-color: #013B77;
}
</style>