Shades of Dark Cerulean #01418A
Tints of Dark Cerulean #01418A
RGB
CMYK
RGB Variations
Color information
#01418A (or 0x01418A) is known color: Dark Cerulean. HEX triplet: 01, 41 and 8A. RGB value is (1,65,138). Sum of RGB (Red+Green+Blue) = 1+65+138=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 65 (25.78% from 255 or 31.86% from 204); Blue value is 138 (54.30% from 255 or 67.65% from 204); Max value from RGB is 138 - color contains mainly: blue. Hex color #01418A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #01418A is #FEBE75. Grayscale: #353535. Windows color (decimal): -16694902 or 9060609. OLE color: 9060609.
HSL color Cylindrical-coordinate representation of color #01418A: hue angle of 211.97º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01418A is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 1 | 65 | 138 | - |
| CMYK | 0.99 | 0.53 | 0 | 0.46 |
| HSL | 211.97º | 0.99% | 0.27% | - |
| HSV(B) | 211.97º | 0.99% | 0.54% | - |
| XYZ | 6.49 | 5.62 | 24.79 | - |
| YUV | 54.19 | 175.3 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 65 | 138 | 0.99 | 0.53 | 0 | 0.46 | 211.97 | 0.99 | 0.27 |
| Hex | 1 | 41 | 8A | 63 | 35 | 0 | 2E | D4 | 63 | 1B |
| Octal | 1 | 101 | 212 | 143 | 65 | 0 | 56 | 324 | 143 | 33 |
| Binary | 1 | 1000001 | 10001010 | 1100011 | 110101 | 0 | 101110 | 11010100 | 1100011 | 11011 |
Color Harmonies of #01418A
Complementary color
Monochromatic Colors of #01418A
Black with #01418A
Text Example
Text Example
White with #01418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01418A; }
p { color: rgb(1,65,138); }
H1.HeaderClassName
{
color: #01418A;
}
.AnyTagClassName
{
color: #01418A;
}
</style>
background-color css
<style>
a { background-color: #01418A; }
a { background-color: rgb(1,65,138); }
div.DivClassName
{
background-color: #01418A;
}
.BgClassName
{
background-color: #01418A;
}
</style>
border-color css
<style>
span { border-color: #01418A; }
span { border-color: rgb(1,65,138); }
td.TdClassName
{
border-color: #01418A;
}
.TagClassName
{
border-color: #01418A;
}
</style>