Shades of Dark Cerulean #015E91
Tints of Dark Cerulean #015E91
RGB
CMYK
RGB Variations
Color information
#015E91 (or 0x015E91) is known color: Dark Cerulean. HEX triplet: 01, 5E and 91. RGB value is (1,94,145). Sum of RGB (Red+Green+Blue) = 1+94+145=240 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #015E91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015E91 is #FEA16E. Grayscale: #474747. Windows color (decimal): -16687471 or 9526785. OLE color: 9526785.
HSL color Cylindrical-coordinate representation of color #015E91: hue angle of 201.25º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015E91 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 1 | 94 | 145 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.43 |
| HSL | 201.25º | 0.99% | 0.29% | - |
| HSV(B) | 201.25º | 0.99% | 0.57% | - |
| XYZ | 9.13 | 10.06 | 28.25 | - |
| YUV | 72.01 | 169.19 | 77.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 94 | 145 | 0.99 | 0.35 | 0 | 0.43 | 201.25 | 0.99 | 0.29 |
| Hex | 1 | 5E | 91 | 63 | 23 | 0 | 2B | C9 | 63 | 1D |
| Octal | 1 | 136 | 221 | 143 | 43 | 0 | 53 | 311 | 143 | 35 |
| Binary | 1 | 1011110 | 10010001 | 1100011 | 100011 | 0 | 101011 | 11001001 | 1100011 | 11101 |
Color Harmonies of #015E91
Complementary color
Monochromatic Colors of #015E91
Black with #015E91
Text Example
Text Example
White with #015E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015E91; }
p { color: rgb(1,94,145); }
H1.HeaderClassName
{
color: #015E91;
}
.AnyTagClassName
{
color: #015E91;
}
</style>
background-color css
<style>
a { background-color: #015E91; }
a { background-color: rgb(1,94,145); }
div.DivClassName
{
background-color: #015E91;
}
.BgClassName
{
background-color: #015E91;
}
</style>
border-color css
<style>
span { border-color: #015E91; }
span { border-color: rgb(1,94,145); }
td.TdClassName
{
border-color: #015E91;
}
.TagClassName
{
border-color: #015E91;
}
</style>