Shades of Dark Cerulean #01337D
Tints of Dark Cerulean #01337D
RGB
CMYK
RGB Variations
Color information
#01337D (or 0x01337D) is known color: Dark Cerulean. HEX triplet: 01, 33 and 7D. RGB value is (1,51,125). Sum of RGB (Red+Green+Blue) = 1+51+125=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 51 (20.31% from 255 or 28.81% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #01337D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01337D is #FECC82. Grayscale: #2C2C2C. Windows color (decimal): -16698499 or 8205057. OLE color: 8205057.
HSL color Cylindrical-coordinate representation of color #01337D: hue angle of 215.81º 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 #01337D is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 51 | 125 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.51 |
| HSL | 215.81º | 0.98% | 0.25% | - |
| HSV(B) | 215.81º | 0.99% | 0.49% | - |
| XYZ | 4.9 | 3.85 | 19.89 | - |
| YUV | 44.49 | 173.44 | 96.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 125 | 0.99 | 0.59 | 0 | 0.51 | 215.81 | 0.98 | 0.25 |
| Hex | 1 | 33 | 7D | 63 | 3B | 0 | 33 | D8 | 62 | 19 |
| Octal | 1 | 63 | 175 | 143 | 73 | 0 | 63 | 330 | 142 | 31 |
| Binary | 1 | 110011 | 1111101 | 1100011 | 111011 | 0 | 110011 | 11011000 | 1100010 | 11001 |
Color Harmonies of #01337D
Complementary color
Monochromatic Colors of #01337D
Black with #01337D
Text Example
Text Example
White with #01337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01337D; }
p { color: rgb(1,51,125); }
H1.HeaderClassName
{
color: #01337D;
}
.AnyTagClassName
{
color: #01337D;
}
</style>
background-color css
<style>
a { background-color: #01337D; }
a { background-color: rgb(1,51,125); }
div.DivClassName
{
background-color: #01337D;
}
.BgClassName
{
background-color: #01337D;
}
</style>
border-color css
<style>
span { border-color: #01337D; }
span { border-color: rgb(1,51,125); }
td.TdClassName
{
border-color: #01337D;
}
.TagClassName
{
border-color: #01337D;
}
</style>