Shades of Dark Cerulean #01518F
Tints of Dark Cerulean #01518F
RGB
CMYK
RGB Variations
Color information
#01518F (or 0x01518F) is known color: Dark Cerulean. HEX triplet: 01, 51 and 8F. RGB value is (1,81,143). Sum of RGB (Red+Green+Blue) = 1+81+143=225 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 225); Green value is 81 (32.03% from 255 or 36% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #01518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01518F is #FEAE70. Grayscale: #3F3F3F. Windows color (decimal): -16690801 or 9392385. OLE color: 9392385.
HSL color Cylindrical-coordinate representation of color #01518F: hue angle of 206.2º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01518F is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 81 | 143 | - |
| CMYK | 0.99 | 0.43 | 0 | 0.44 |
| HSL | 206.2º | 0.99% | 0.28% | - |
| HSV(B) | 206.2º | 0.99% | 0.56% | - |
| XYZ | 7.91 | 7.87 | 27.09 | - |
| YUV | 64.15 | 172.5 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 143 | 0.99 | 0.43 | 0 | 0.44 | 206.2 | 0.99 | 0.28 |
| Hex | 1 | 51 | 8F | 63 | 2B | 0 | 2C | CE | 63 | 1C |
| Octal | 1 | 121 | 217 | 143 | 53 | 0 | 54 | 316 | 143 | 34 |
| Binary | 1 | 1010001 | 10001111 | 1100011 | 101011 | 0 | 101100 | 11001110 | 1100011 | 11100 |
Color Harmonies of #01518F
Complementary color
Monochromatic Colors of #01518F
Black with #01518F
Text Example
Text Example
White with #01518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01518F; }
p { color: rgb(1,81,143); }
H1.HeaderClassName
{
color: #01518F;
}
.AnyTagClassName
{
color: #01518F;
}
</style>
background-color css
<style>
a { background-color: #01518F; }
a { background-color: rgb(1,81,143); }
div.DivClassName
{
background-color: #01518F;
}
.BgClassName
{
background-color: #01518F;
}
</style>
border-color css
<style>
span { border-color: #01518F; }
span { border-color: rgb(1,81,143); }
td.TdClassName
{
border-color: #01518F;
}
.TagClassName
{
border-color: #01518F;
}
</style>