Shades of Dark Cerulean #01337C
Tints of Dark Cerulean #01337C
RGB
CMYK
RGB Variations
Color information
#01337C (or 0x01337C) is known color: Dark Cerulean. HEX triplet: 01, 33 and 7C. RGB value is (1,51,124). Sum of RGB (Red+Green+Blue) = 1+51+124=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #01337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01337C is #FECC83. Grayscale: #2C2C2C. Windows color (decimal): -16698500 or 8139521. OLE color: 8139521.
HSL color Cylindrical-coordinate representation of color #01337C: hue angle of 215.61º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01337C is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 51 | 124 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.51 |
| HSL | 215.61º | 0.98% | 0.25% | - |
| HSV(B) | 215.61º | 0.99% | 0.49% | - |
| XYZ | 4.83 | 3.83 | 19.55 | - |
| YUV | 44.37 | 172.94 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 124 | 0.99 | 0.59 | 0 | 0.51 | 215.61 | 0.98 | 0.25 |
| Hex | 1 | 33 | 7C | 63 | 3B | 0 | 33 | D8 | 62 | 19 |
| Octal | 1 | 63 | 174 | 143 | 73 | 0 | 63 | 330 | 142 | 31 |
| Binary | 1 | 110011 | 1111100 | 1100011 | 111011 | 0 | 110011 | 11011000 | 1100010 | 11001 |
Color Harmonies of #01337C
Complementary color
Monochromatic Colors of #01337C
Black with #01337C
Text Example
Text Example
White with #01337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01337C; }
p { color: rgb(1,51,124); }
H1.HeaderClassName
{
color: #01337C;
}
.AnyTagClassName
{
color: #01337C;
}
</style>
background-color css
<style>
a { background-color: #01337C; }
a { background-color: rgb(1,51,124); }
div.DivClassName
{
background-color: #01337C;
}
.BgClassName
{
background-color: #01337C;
}
</style>
border-color css
<style>
span { border-color: #01337C; }
span { border-color: rgb(1,51,124); }
td.TdClassName
{
border-color: #01337C;
}
.TagClassName
{
border-color: #01337C;
}
</style>