Shades of Dark Cerulean #01466C
Tints of Dark Cerulean #01466C
RGB
CMYK
RGB Variations
Color information
#01466C (or 0x01466C) is known color: Dark Cerulean. HEX triplet: 01, 46 and 6C. RGB value is (1,70,108). Sum of RGB (Red+Green+Blue) = 1+70+108=179 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 108 (42.58% from 255 or 60.34% from 179); Max value from RGB is 108 - color contains mainly: blue. Hex color #01466C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01466C is #FEB993. Grayscale: #353535. Windows color (decimal): -16693652 or 7095809. OLE color: 7095809.
HSL color Cylindrical-coordinate representation of color #01466C: hue angle of 201.31º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01466C is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 70 | 108 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.58 |
| HSL | 201.31º | 0.98% | 0.21% | - |
| HSV(B) | 201.31º | 0.99% | 0.42% | - |
| XYZ | 4.91 | 5.47 | 14.98 | - |
| YUV | 53.7 | 158.64 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 70 | 108 | 0.99 | 0.35 | 0 | 0.58 | 201.31 | 0.98 | 0.21 |
| Hex | 1 | 46 | 6C | 63 | 23 | 0 | 3A | C9 | 62 | 15 |
| Octal | 1 | 106 | 154 | 143 | 43 | 0 | 72 | 311 | 142 | 25 |
| Binary | 1 | 1000110 | 1101100 | 1100011 | 100011 | 0 | 111010 | 11001001 | 1100010 | 10101 |
Color Harmonies of #01466C
Complementary color
Monochromatic Colors of #01466C
Black with #01466C
Text Example
Text Example
White with #01466C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01466C; }
p { color: rgb(1,70,108); }
H1.HeaderClassName
{
color: #01466C;
}
.AnyTagClassName
{
color: #01466C;
}
</style>
background-color css
<style>
a { background-color: #01466C; }
a { background-color: rgb(1,70,108); }
div.DivClassName
{
background-color: #01466C;
}
.BgClassName
{
background-color: #01466C;
}
</style>
border-color css
<style>
span { border-color: #01466C; }
span { border-color: rgb(1,70,108); }
td.TdClassName
{
border-color: #01466C;
}
.TagClassName
{
border-color: #01466C;
}
</style>