Shades of Dark Cerulean #01417D
Tints of Dark Cerulean #01417D
RGB
CMYK
RGB Variations
Color information
#01417D (or 0x01417D) is known color: Dark Cerulean. HEX triplet: 01, 41 and 7D. RGB value is (1,65,125). Sum of RGB (Red+Green+Blue) = 1+65+125=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 65 (25.78% from 255 or 34.03% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #01417D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01417D is #FEBE82. Grayscale: #343434. Windows color (decimal): -16694915 or 8208641. OLE color: 8208641.
HSL color Cylindrical-coordinate representation of color #01417D: hue angle of 209.03º 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 #01417D is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 65 | 125 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.51 |
| HSL | 209.03º | 0.98% | 0.25% | - |
| HSV(B) | 209.03º | 0.99% | 0.49% | - |
| XYZ | 5.6 | 5.27 | 20.12 | - |
| YUV | 52.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 125 | 0.99 | 0.48 | 0 | 0.51 | 209.03 | 0.98 | 0.25 |
| Hex | 1 | 41 | 7D | 63 | 30 | 0 | 33 | D1 | 62 | 19 |
| Octal | 1 | 101 | 175 | 143 | 60 | 0 | 63 | 321 | 142 | 31 |
| Binary | 1 | 1000001 | 1111101 | 1100011 | 110000 | 0 | 110011 | 11010001 | 1100010 | 11001 |
Color Harmonies of #01417D
Complementary color
Monochromatic Colors of #01417D
Black with #01417D
Text Example
Text Example
White with #01417D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01417D; }
p { color: rgb(1,65,125); }
H1.HeaderClassName
{
color: #01417D;
}
.AnyTagClassName
{
color: #01417D;
}
</style>
background-color css
<style>
a { background-color: #01417D; }
a { background-color: rgb(1,65,125); }
div.DivClassName
{
background-color: #01417D;
}
.BgClassName
{
background-color: #01417D;
}
</style>
border-color css
<style>
span { border-color: #01417D; }
span { border-color: rgb(1,65,125); }
td.TdClassName
{
border-color: #01417D;
}
.TagClassName
{
border-color: #01417D;
}
</style>