Shades of Dark Cerulean #015F8D
Tints of Dark Cerulean #015F8D
RGB
CMYK
RGB Variations
Color information
#015F8D (or 0x015F8D) is known color: Dark Cerulean. HEX triplet: 01, 5F and 8D. RGB value is (1,95,141). Sum of RGB (Red+Green+Blue) = 1+95+141=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 141 (55.47% from 255 or 59.49% from 237); Max value from RGB is 141 - color contains mainly: blue. Hex color #015F8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015F8D is #FEA072. Grayscale: #474747. Windows color (decimal): -16687219 or 9264897. OLE color: 9264897.
HSL color Cylindrical-coordinate representation of color #015F8D: hue angle of 199.71º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015F8D is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 95 | 141 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.45 |
| HSL | 199.71º | 0.99% | 0.28% | - |
| HSV(B) | 199.71º | 0.99% | 0.55% | - |
| XYZ | 8.91 | 10.11 | 26.68 | - |
| YUV | 72.14 | 166.86 | 77.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 95 | 141 | 0.99 | 0.33 | 0 | 0.45 | 199.71 | 0.99 | 0.28 |
| Hex | 1 | 5F | 8D | 63 | 21 | 0 | 2D | C8 | 63 | 1C |
| Octal | 1 | 137 | 215 | 143 | 41 | 0 | 55 | 310 | 143 | 34 |
| Binary | 1 | 1011111 | 10001101 | 1100011 | 100001 | 0 | 101101 | 11001000 | 1100011 | 11100 |
Color Harmonies of #015F8D
Complementary color
Monochromatic Colors of #015F8D
Black with #015F8D
Text Example
Text Example
White with #015F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015F8D; }
p { color: rgb(1,95,141); }
H1.HeaderClassName
{
color: #015F8D;
}
.AnyTagClassName
{
color: #015F8D;
}
</style>
background-color css
<style>
a { background-color: #015F8D; }
a { background-color: rgb(1,95,141); }
div.DivClassName
{
background-color: #015F8D;
}
.BgClassName
{
background-color: #015F8D;
}
</style>
border-color css
<style>
span { border-color: #015F8D; }
span { border-color: rgb(1,95,141); }
td.TdClassName
{
border-color: #015F8D;
}
.TagClassName
{
border-color: #015F8D;
}
</style>