Shades of Dark Cerulean #01417F
Tints of Dark Cerulean #01417F
RGB
CMYK
RGB Variations
Color information
#01417F (or 0x01417F) is known color: Dark Cerulean. HEX triplet: 01, 41 and 7F. RGB value is (1,65,127). Sum of RGB (Red+Green+Blue) = 1+65+127=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 127 (50% from 255 or 65.80% from 193); Max value from RGB is 127 - color contains mainly: blue. Hex color #01417F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01417F is #FEBE80. Grayscale: #343434. Windows color (decimal): -16694913 or 8339713. OLE color: 8339713.
HSL color Cylindrical-coordinate representation of color #01417F: hue angle of 209.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01417F is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 65 | 127 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.50 |
| HSL | 209.52º | 0.98% | 0.25% | - |
| HSV(B) | 209.52º | 0.99% | 0.5% | - |
| XYZ | 5.73 | 5.32 | 20.8 | - |
| YUV | 52.93 | 169.8 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 127 | 0.99 | 0.49 | 0 | 0.50 | 209.52 | 0.98 | 0.25 |
| Hex | 1 | 41 | 7F | 63 | 31 | 0 | 32 | D2 | 62 | 19 |
| Octal | 1 | 101 | 177 | 143 | 61 | 0 | 62 | 322 | 142 | 31 |
| Binary | 1 | 1000001 | 1111111 | 1100011 | 110001 | 0 | 110010 | 11010010 | 1100010 | 11001 |
Color Harmonies of #01417F
Complementary color
Monochromatic Colors of #01417F
Black with #01417F
Text Example
Text Example
White with #01417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01417F; }
p { color: rgb(1,65,127); }
H1.HeaderClassName
{
color: #01417F;
}
.AnyTagClassName
{
color: #01417F;
}
</style>
background-color css
<style>
a { background-color: #01417F; }
a { background-color: rgb(1,65,127); }
div.DivClassName
{
background-color: #01417F;
}
.BgClassName
{
background-color: #01417F;
}
</style>
border-color css
<style>
span { border-color: #01417F; }
span { border-color: rgb(1,65,127); }
td.TdClassName
{
border-color: #01417F;
}
.TagClassName
{
border-color: #01417F;
}
</style>