Shades of Dark Cerulean #015C86
Tints of Dark Cerulean #015C86
RGB
CMYK
RGB Variations
Color information
#015C86 (or 0x015C86) is known color: Dark Cerulean. HEX triplet: 01, 5C and 86. RGB value is (1,92,134). Sum of RGB (Red+Green+Blue) = 1+92+134=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #015C86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015C86 is #FEA379. Grayscale: #454545. Windows color (decimal): -16687994 or 8805377. OLE color: 8805377.
HSL color Cylindrical-coordinate representation of color #015C86: hue angle of 198.95º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015C86 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 92 | 134 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.47 |
| HSL | 198.95º | 0.99% | 0.26% | - |
| HSV(B) | 198.95º | 0.99% | 0.53% | - |
| XYZ | 8.14 | 9.38 | 23.94 | - |
| YUV | 69.58 | 164.35 | 79.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 92 | 134 | 0.99 | 0.31 | 0 | 0.47 | 198.95 | 0.99 | 0.26 |
| Hex | 1 | 5C | 86 | 63 | 1F | 0 | 2F | C7 | 63 | 1A |
| Octal | 1 | 134 | 206 | 143 | 37 | 0 | 57 | 307 | 143 | 32 |
| Binary | 1 | 1011100 | 10000110 | 1100011 | 11111 | 0 | 101111 | 11000111 | 1100011 | 11010 |
Color Harmonies of #015C86
Complementary color
Monochromatic Colors of #015C86
Black with #015C86
Text Example
Text Example
White with #015C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015C86; }
p { color: rgb(1,92,134); }
H1.HeaderClassName
{
color: #015C86;
}
.AnyTagClassName
{
color: #015C86;
}
</style>
background-color css
<style>
a { background-color: #015C86; }
a { background-color: rgb(1,92,134); }
div.DivClassName
{
background-color: #015C86;
}
.BgClassName
{
background-color: #015C86;
}
</style>
border-color css
<style>
span { border-color: #015C86; }
span { border-color: rgb(1,92,134); }
td.TdClassName
{
border-color: #015C86;
}
.TagClassName
{
border-color: #015C86;
}
</style>