Shades of Dark Cerulean #015680
Tints of Dark Cerulean #015680
RGB
CMYK
RGB Variations
Color information
#015680 (or 0x015680) is known color: Dark Cerulean. HEX triplet: 01, 56 and 80. RGB value is (1,86,128). Sum of RGB (Red+Green+Blue) = 1+86+128=215 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #015680 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015680 is #FEA97F. Grayscale: #414141. Windows color (decimal): -16689536 or 8410625. OLE color: 8410625.
HSL color Cylindrical-coordinate representation of color #015680: hue angle of 199.84º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015680 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 86 | 128 | - |
| CMYK | 0.99 | 0.33 | 0 | 0.50 |
| HSL | 199.84º | 0.98% | 0.25% | - |
| HSV(B) | 199.84º | 0.99% | 0.5% | - |
| XYZ | 7.24 | 8.22 | 21.63 | - |
| YUV | 65.37 | 163.34 | 82.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 86 | 128 | 0.99 | 0.33 | 0 | 0.50 | 199.84 | 0.98 | 0.25 |
| Hex | 1 | 56 | 80 | 63 | 21 | 0 | 32 | C8 | 62 | 19 |
| Octal | 1 | 126 | 200 | 143 | 41 | 0 | 62 | 310 | 142 | 31 |
| Binary | 1 | 1010110 | 10000000 | 1100011 | 100001 | 0 | 110010 | 11001000 | 1100010 | 11001 |
Color Harmonies of #015680
Complementary color
Monochromatic Colors of #015680
Black with #015680
Text Example
Text Example
White with #015680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015680; }
p { color: rgb(1,86,128); }
H1.HeaderClassName
{
color: #015680;
}
.AnyTagClassName
{
color: #015680;
}
</style>
background-color css
<style>
a { background-color: #015680; }
a { background-color: rgb(1,86,128); }
div.DivClassName
{
background-color: #015680;
}
.BgClassName
{
background-color: #015680;
}
</style>
border-color css
<style>
span { border-color: #015680; }
span { border-color: rgb(1,86,128); }
td.TdClassName
{
border-color: #015680;
}
.TagClassName
{
border-color: #015680;
}
</style>