Shades of Dark Cerulean #01466F
Tints of Dark Cerulean #01466F
RGB
CMYK
RGB Variations
Color information
#01466F (or 0x01466F) is known color: Dark Cerulean. HEX triplet: 01, 46 and 6F. RGB value is (1,70,111). Sum of RGB (Red+Green+Blue) = 1+70+111=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 70 (27.73% from 255 or 38.46% from 182); Blue value is 111 (43.75% from 255 or 60.99% from 182); Max value from RGB is 111 - color contains mainly: blue. Hex color #01466F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466F is #FEB990. Grayscale: #353535. Windows color (decimal): -16693649 or 7292417. OLE color: 7292417.
HSL color Cylindrical-coordinate representation of color #01466F: hue angle of 202.36º 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 #01466F is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 70 | 111 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.56 |
| HSL | 202.36º | 0.98% | 0.22% | - |
| HSV(B) | 202.36º | 0.99% | 0.44% | - |
| XYZ | 5.07 | 5.53 | 15.84 | - |
| YUV | 54.04 | 160.14 | 90.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 111 | 0.99 | 0.37 | 0 | 0.56 | 202.36 | 0.98 | 0.22 |
| Hex | 1 | 46 | 6F | 63 | 25 | 0 | 38 | CA | 62 | 16 |
| Octal | 1 | 106 | 157 | 143 | 45 | 0 | 70 | 312 | 142 | 26 |
| Binary | 1 | 1000110 | 1101111 | 1100011 | 100101 | 0 | 111000 | 11001010 | 1100010 | 10110 |
Color Harmonies of #01466F
Complementary color
Monochromatic Colors of #01466F
Black with #01466F
Text Example
Text Example
White with #01466F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01466F; }
p { color: rgb(1,70,111); }
H1.HeaderClassName
{
color: #01466F;
}
.AnyTagClassName
{
color: #01466F;
}
</style>
background-color css
<style>
a { background-color: #01466F; }
a { background-color: rgb(1,70,111); }
div.DivClassName
{
background-color: #01466F;
}
.BgClassName
{
background-color: #01466F;
}
</style>
border-color css
<style>
span { border-color: #01466F; }
span { border-color: rgb(1,70,111); }
td.TdClassName
{
border-color: #01466F;
}
.TagClassName
{
border-color: #01466F;
}
</style>