Shades of Dark Cerulean #01416F
Tints of Dark Cerulean #01416F
RGB
CMYK
RGB Variations
Color information
#01416F (or 0x01416F) is known color: Dark Cerulean. HEX triplet: 01, 41 and 6F. RGB value is (1,65,111). Sum of RGB (Red+Green+Blue) = 1+65+111=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #01416F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01416F is #FEBE90. Grayscale: #323232. Windows color (decimal): -16694929 or 7291137. OLE color: 7291137.
HSL color Cylindrical-coordinate representation of color #01416F: hue angle of 205.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01416F is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 65 | 111 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.56 |
| HSL | 205.09º | 0.98% | 0.22% | - |
| HSV(B) | 205.09º | 0.99% | 0.44% | - |
| XYZ | 4.77 | 4.93 | 15.74 | - |
| YUV | 51.11 | 161.8 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 111 | 0.99 | 0.41 | 0 | 0.56 | 205.09 | 0.98 | 0.22 |
| Hex | 1 | 41 | 6F | 63 | 29 | 0 | 38 | CD | 62 | 16 |
| Octal | 1 | 101 | 157 | 143 | 51 | 0 | 70 | 315 | 142 | 26 |
| Binary | 1 | 1000001 | 1101111 | 1100011 | 101001 | 0 | 111000 | 11001101 | 1100010 | 10110 |
Color Harmonies of #01416F
Complementary color
Monochromatic Colors of #01416F
Black with #01416F
Text Example
Text Example
White with #01416F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01416F; }
p { color: rgb(1,65,111); }
H1.HeaderClassName
{
color: #01416F;
}
.AnyTagClassName
{
color: #01416F;
}
</style>
background-color css
<style>
a { background-color: #01416F; }
a { background-color: rgb(1,65,111); }
div.DivClassName
{
background-color: #01416F;
}
.BgClassName
{
background-color: #01416F;
}
</style>
border-color css
<style>
span { border-color: #01416F; }
span { border-color: rgb(1,65,111); }
td.TdClassName
{
border-color: #01416F;
}
.TagClassName
{
border-color: #01416F;
}
</style>