Shades of Dark Cerulean #01418B
Tints of Dark Cerulean #01418B
RGB
CMYK
RGB Variations
Color information
#01418B (or 0x01418B) is known color: Dark Cerulean. HEX triplet: 01, 41 and 8B. RGB value is (1,65,139). Sum of RGB (Red+Green+Blue) = 1+65+139=205 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #01418B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01418B is #FEBE74. Grayscale: #353535. Windows color (decimal): -16694901 or 9126145. OLE color: 9126145.
HSL color Cylindrical-coordinate representation of color #01418B: hue angle of 212.17º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01418B is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 65 | 139 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.45 |
| HSL | 212.17º | 0.99% | 0.27% | - |
| HSV(B) | 212.17º | 0.99% | 0.55% | - |
| XYZ | 6.56 | 5.65 | 25.17 | - |
| YUV | 54.3 | 175.8 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 139 | 0.99 | 0.53 | 0 | 0.45 | 212.17 | 0.99 | 0.27 |
| Hex | 1 | 41 | 8B | 63 | 35 | 0 | 2D | D4 | 63 | 1B |
| Octal | 1 | 101 | 213 | 143 | 65 | 0 | 55 | 324 | 143 | 33 |
| Binary | 1 | 1000001 | 10001011 | 1100011 | 110101 | 0 | 101101 | 11010100 | 1100011 | 11011 |
Color Harmonies of #01418B
Complementary color
Monochromatic Colors of #01418B
Black with #01418B
Text Example
Text Example
White with #01418B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01418B; }
p { color: rgb(1,65,139); }
H1.HeaderClassName
{
color: #01418B;
}
.AnyTagClassName
{
color: #01418B;
}
</style>
background-color css
<style>
a { background-color: #01418B; }
a { background-color: rgb(1,65,139); }
div.DivClassName
{
background-color: #01418B;
}
.BgClassName
{
background-color: #01418B;
}
</style>
border-color css
<style>
span { border-color: #01418B; }
span { border-color: rgb(1,65,139); }
td.TdClassName
{
border-color: #01418B;
}
.TagClassName
{
border-color: #01418B;
}
</style>