Shades of Dark Cerulean #01408C
Tints of Dark Cerulean #01408C
RGB
CMYK
RGB Variations
Color information
#01408C (or 0x01408C) is known color: Dark Cerulean. HEX triplet: 01, 40 and 8C. RGB value is (1,64,140). Sum of RGB (Red+Green+Blue) = 1+64+140=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 140 (55.08% from 255 or 68.29% from 205); Max value from RGB is 140 - color contains mainly: blue. Hex color #01408C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01408C is #FEBF73. Grayscale: #353535. Windows color (decimal): -16695156 or 9191425. OLE color: 9191425.
HSL color Cylindrical-coordinate representation of color #01408C: hue angle of 212.81º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01408C is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 64 | 140 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.45 |
| HSL | 212.81º | 0.99% | 0.28% | - |
| HSV(B) | 212.81º | 0.99% | 0.55% | - |
| XYZ | 6.58 | 5.57 | 25.54 | - |
| YUV | 53.83 | 176.63 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 64 | 140 | 0.99 | 0.54 | 0 | 0.45 | 212.81 | 0.99 | 0.28 |
| Hex | 1 | 40 | 8C | 63 | 36 | 0 | 2D | D5 | 63 | 1C |
| Octal | 1 | 100 | 214 | 143 | 66 | 0 | 55 | 325 | 143 | 34 |
| Binary | 1 | 1000000 | 10001100 | 1100011 | 110110 | 0 | 101101 | 11010101 | 1100011 | 11100 |
Color Harmonies of #01408C
Complementary color
Monochromatic Colors of #01408C
Black with #01408C
Text Example
Text Example
White with #01408C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01408C; }
p { color: rgb(1,64,140); }
H1.HeaderClassName
{
color: #01408C;
}
.AnyTagClassName
{
color: #01408C;
}
</style>
background-color css
<style>
a { background-color: #01408C; }
a { background-color: rgb(1,64,140); }
div.DivClassName
{
background-color: #01408C;
}
.BgClassName
{
background-color: #01408C;
}
</style>
border-color css
<style>
span { border-color: #01408C; }
span { border-color: rgb(1,64,140); }
td.TdClassName
{
border-color: #01408C;
}
.TagClassName
{
border-color: #01408C;
}
</style>