Shades of Dark Cerulean #015B8E
Tints of Dark Cerulean #015B8E
RGB
CMYK
RGB Variations
Color information
#015B8E (or 0x015B8E) is known color: Dark Cerulean. HEX triplet: 01, 5B and 8E. RGB value is (1,91,142). Sum of RGB (Red+Green+Blue) = 1+91+142=234 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #015B8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015B8E is #FEA471. Grayscale: #454545. Windows color (decimal): -16688242 or 9329409. OLE color: 9329409.
HSL color Cylindrical-coordinate representation of color #015B8E: hue angle of 201.7º 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 #015B8E is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 91 | 142 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.44 |
| HSL | 201.7º | 0.99% | 0.28% | - |
| HSV(B) | 201.7º | 0.99% | 0.56% | - |
| XYZ | 8.64 | 9.44 | 26.96 | - |
| YUV | 69.9 | 168.68 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 91 | 142 | 0.99 | 0.36 | 0 | 0.44 | 201.7 | 0.99 | 0.28 |
| Hex | 1 | 5B | 8E | 63 | 24 | 0 | 2C | CA | 63 | 1C |
| Octal | 1 | 133 | 216 | 143 | 44 | 0 | 54 | 312 | 143 | 34 |
| Binary | 1 | 1011011 | 10001110 | 1100011 | 100100 | 0 | 101100 | 11001010 | 1100011 | 11100 |
Color Harmonies of #015B8E
Complementary color
Monochromatic Colors of #015B8E
Black with #015B8E
Text Example
Text Example
White with #015B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015B8E; }
p { color: rgb(1,91,142); }
H1.HeaderClassName
{
color: #015B8E;
}
.AnyTagClassName
{
color: #015B8E;
}
</style>
background-color css
<style>
a { background-color: #015B8E; }
a { background-color: rgb(1,91,142); }
div.DivClassName
{
background-color: #015B8E;
}
.BgClassName
{
background-color: #015B8E;
}
</style>
border-color css
<style>
span { border-color: #015B8E; }
span { border-color: rgb(1,91,142); }
td.TdClassName
{
border-color: #015B8E;
}
.TagClassName
{
border-color: #015B8E;
}
</style>