Shades of Dark Cerulean #01317E
Tints of Dark Cerulean #01317E
RGB
CMYK
RGB Variations
Color information
#01317E (or 0x01317E) is known color: Dark Cerulean. HEX triplet: 01, 31 and 7E. RGB value is (1,49,126). Sum of RGB (Red+Green+Blue) = 1+49+126=176 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #01317E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01317E is #FECE81. Grayscale: #2B2B2B. Windows color (decimal): -16699010 or 8270081. OLE color: 8270081.
HSL color Cylindrical-coordinate representation of color #01317E: hue angle of 216.96º 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 #01317E is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 49 | 126 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.51 |
| HSL | 216.96º | 0.98% | 0.25% | - |
| HSV(B) | 216.96º | 0.99% | 0.49% | - |
| XYZ | 4.88 | 3.71 | 20.2 | - |
| YUV | 43.43 | 174.6 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 126 | 0.99 | 0.61 | 0 | 0.51 | 216.96 | 0.98 | 0.25 |
| Hex | 1 | 31 | 7E | 63 | 3D | 0 | 33 | D9 | 62 | 19 |
| Octal | 1 | 61 | 176 | 143 | 75 | 0 | 63 | 331 | 142 | 31 |
| Binary | 1 | 110001 | 1111110 | 1100011 | 111101 | 0 | 110011 | 11011001 | 1100010 | 11001 |
Color Harmonies of #01317E
Complementary color
Monochromatic Colors of #01317E
Black with #01317E
Text Example
Text Example
White with #01317E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01317E; }
p { color: rgb(1,49,126); }
H1.HeaderClassName
{
color: #01317E;
}
.AnyTagClassName
{
color: #01317E;
}
</style>
background-color css
<style>
a { background-color: #01317E; }
a { background-color: rgb(1,49,126); }
div.DivClassName
{
background-color: #01317E;
}
.BgClassName
{
background-color: #01317E;
}
</style>
border-color css
<style>
span { border-color: #01317E; }
span { border-color: rgb(1,49,126); }
td.TdClassName
{
border-color: #01317E;
}
.TagClassName
{
border-color: #01317E;
}
</style>