Shades of Dark Cerulean #015995
Tints of Dark Cerulean #015995
RGB
CMYK
RGB Variations
Color information
#015995 (or 0x015995) is known color: Dark Cerulean. HEX triplet: 01, 59 and 95. RGB value is (1,89,149). Sum of RGB (Red+Green+Blue) = 1+89+149=239 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 239); Green value is 89 (35.16% from 255 or 37.24% from 239); Blue value is 149 (58.59% from 255 or 62.34% from 239); Max value from RGB is 149 - color contains mainly: blue. Hex color #015995 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015995 is #FEA66A. Grayscale: #454545. Windows color (decimal): -16688747 or 9787649. OLE color: 9787649.
HSL color Cylindrical-coordinate representation of color #015995: hue angle of 204.32º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015995 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 89 | 149 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.42 |
| HSL | 204.32º | 0.99% | 0.29% | - |
| HSV(B) | 204.32º | 0.99% | 0.58% | - |
| XYZ | 9.01 | 9.32 | 29.76 | - |
| YUV | 69.53 | 172.85 | 79.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 89 | 149 | 0.99 | 0.40 | 0 | 0.42 | 204.32 | 0.99 | 0.29 |
| Hex | 1 | 59 | 95 | 63 | 28 | 0 | 2A | CC | 63 | 1D |
| Octal | 1 | 131 | 225 | 143 | 50 | 0 | 52 | 314 | 143 | 35 |
| Binary | 1 | 1011001 | 10010101 | 1100011 | 101000 | 0 | 101010 | 11001100 | 1100011 | 11101 |
Color Harmonies of #015995
Complementary color
Monochromatic Colors of #015995
Black with #015995
Text Example
Text Example
White with #015995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015995; }
p { color: rgb(1,89,149); }
H1.HeaderClassName
{
color: #015995;
}
.AnyTagClassName
{
color: #015995;
}
</style>
background-color css
<style>
a { background-color: #015995; }
a { background-color: rgb(1,89,149); }
div.DivClassName
{
background-color: #015995;
}
.BgClassName
{
background-color: #015995;
}
</style>
border-color css
<style>
span { border-color: #015995; }
span { border-color: rgb(1,89,149); }
td.TdClassName
{
border-color: #015995;
}
.TagClassName
{
border-color: #015995;
}
</style>