Shades of Dark Cerulean #015F8E
Tints of Dark Cerulean #015F8E
RGB
CMYK
RGB Variations
Color information
#015F8E (or 0x015F8E) is known color: Dark Cerulean. HEX triplet: 01, 5F and 8E. RGB value is (1,95,142). Sum of RGB (Red+Green+Blue) = 1+95+142=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 95 (37.5% from 255 or 39.92% from 238); Blue value is 142 (55.86% from 255 or 59.66% from 238); Max value from RGB is 142 - color contains mainly: blue. Hex color #015F8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F8E is #FEA071. Grayscale: #474747. Windows color (decimal): -16687218 or 9330433. OLE color: 9330433.
HSL color Cylindrical-coordinate representation of color #015F8E: hue angle of 200º 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 #015F8E is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 95 | 142 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.44 |
| HSL | 200º | 0.99% | 0.28% | - |
| HSV(B) | 200º | 0.99% | 0.56% | - |
| XYZ | 8.99 | 10.14 | 27.08 | - |
| YUV | 72.25 | 167.36 | 77.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 142 | 0.99 | 0.33 | 0 | 0.44 | 200 | 0.99 | 0.28 |
| Hex | 1 | 5F | 8E | 63 | 21 | 0 | 2C | C8 | 63 | 1C |
| Octal | 1 | 137 | 216 | 143 | 41 | 0 | 54 | 310 | 143 | 34 |
| Binary | 1 | 1011111 | 10001110 | 1100011 | 100001 | 0 | 101100 | 11001000 | 1100011 | 11100 |
Color Harmonies of #015F8E
Complementary color
Monochromatic Colors of #015F8E
Black with #015F8E
Text Example
Text Example
White with #015F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F8E; }
p { color: rgb(1,95,142); }
H1.HeaderClassName
{
color: #015F8E;
}
.AnyTagClassName
{
color: #015F8E;
}
</style>
background-color css
<style>
a { background-color: #015F8E; }
a { background-color: rgb(1,95,142); }
div.DivClassName
{
background-color: #015F8E;
}
.BgClassName
{
background-color: #015F8E;
}
</style>
border-color css
<style>
span { border-color: #015F8E; }
span { border-color: rgb(1,95,142); }
td.TdClassName
{
border-color: #015F8E;
}
.TagClassName
{
border-color: #015F8E;
}
</style>