Shades of Dark Cerulean #015880
Tints of Dark Cerulean #015880
RGB
CMYK
RGB Variations
Color information
#015880 (or 0x015880) is known color: Dark Cerulean. HEX triplet: 01, 58 and 80. RGB value is (1,88,128). Sum of RGB (Red+Green+Blue) = 1+88+128=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 88 (34.77% from 255 or 40.55% from 217); Blue value is 128 (50.39% from 255 or 58.99% from 217); Max value from RGB is 128 - color contains mainly: blue. Hex color #015880 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015880 is #FEA77F. Grayscale: #424242. Windows color (decimal): -16689024 or 8411137. OLE color: 8411137.
HSL color Cylindrical-coordinate representation of color #015880: hue angle of 198.9º 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 #015880 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 1 | 88 | 128 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.50 |
| HSL | 198.9º | 0.98% | 0.25% | - |
| HSV(B) | 198.9º | 0.99% | 0.5% | - |
| XYZ | 7.4 | 8.54 | 21.68 | - |
| YUV | 66.55 | 162.68 | 81.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 128 | 0.99 | 0.31 | 0 | 0.50 | 198.9 | 0.98 | 0.25 |
| Hex | 1 | 58 | 80 | 63 | 1F | 0 | 32 | C7 | 62 | 19 |
| Octal | 1 | 130 | 200 | 143 | 37 | 0 | 62 | 307 | 142 | 31 |
| Binary | 1 | 1011000 | 10000000 | 1100011 | 11111 | 0 | 110010 | 11000111 | 1100010 | 11001 |
Color Harmonies of #015880
Complementary color
Monochromatic Colors of #015880
Black with #015880
Text Example
Text Example
White with #015880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015880; }
p { color: rgb(1,88,128); }
H1.HeaderClassName
{
color: #015880;
}
.AnyTagClassName
{
color: #015880;
}
</style>
background-color css
<style>
a { background-color: #015880; }
a { background-color: rgb(1,88,128); }
div.DivClassName
{
background-color: #015880;
}
.BgClassName
{
background-color: #015880;
}
</style>
border-color css
<style>
span { border-color: #015880; }
span { border-color: rgb(1,88,128); }
td.TdClassName
{
border-color: #015880;
}
.TagClassName
{
border-color: #015880;
}
</style>