Shades of Dark Cerulean #01496C
Tints of Dark Cerulean #01496C
RGB
CMYK
RGB Variations
Color information
#01496C (or 0x01496C) is known color: Dark Cerulean. HEX triplet: 01, 49 and 6C. RGB value is (1,73,108). Sum of RGB (Red+Green+Blue) = 1+73+108=182 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 108 (42.58% from 255 or 59.34% from 182); Max value from RGB is 108 - color contains mainly: blue. Hex color #01496C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #01496C is #FEB693. Grayscale: #373737. Windows color (decimal): -16692884 or 7096577. OLE color: 7096577.
HSL color Cylindrical-coordinate representation of color #01496C: hue angle of 199.63º 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 #01496C is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 1 | 73 | 108 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.58 |
| HSL | 199.63º | 0.98% | 0.21% | - |
| HSV(B) | 199.63º | 0.99% | 0.42% | - |
| XYZ | 5.1 | 5.85 | 15.05 | - |
| YUV | 55.46 | 157.65 | 89.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 73 | 108 | 0.99 | 0.32 | 0 | 0.58 | 199.63 | 0.98 | 0.21 |
| Hex | 1 | 49 | 6C | 63 | 20 | 0 | 3A | C8 | 62 | 15 |
| Octal | 1 | 111 | 154 | 143 | 40 | 0 | 72 | 310 | 142 | 25 |
| Binary | 1 | 1001001 | 1101100 | 1100011 | 100000 | 0 | 111010 | 11001000 | 1100010 | 10101 |
Color Harmonies of #01496C
Complementary color
Monochromatic Colors of #01496C
Black with #01496C
Text Example
Text Example
White with #01496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01496C; }
p { color: rgb(1,73,108); }
H1.HeaderClassName
{
color: #01496C;
}
.AnyTagClassName
{
color: #01496C;
}
</style>
background-color css
<style>
a { background-color: #01496C; }
a { background-color: rgb(1,73,108); }
div.DivClassName
{
background-color: #01496C;
}
.BgClassName
{
background-color: #01496C;
}
</style>
border-color css
<style>
span { border-color: #01496C; }
span { border-color: rgb(1,73,108); }
td.TdClassName
{
border-color: #01496C;
}
.TagClassName
{
border-color: #01496C;
}
</style>