Shades of Dark Cerulean #015885
Tints of Dark Cerulean #015885
RGB
CMYK
RGB Variations
Color information
#015885 (or 0x015885) is known color: Dark Cerulean. HEX triplet: 01, 58 and 85. RGB value is (1,88,133). Sum of RGB (Red+Green+Blue) = 1+88+133=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 133 (52.34% from 255 or 59.91% from 222); Max value from RGB is 133 - color contains mainly: blue. Hex color #015885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015885 is #FEA77A. Grayscale: #424242. Windows color (decimal): -16689019 or 8738817. OLE color: 8738817.
HSL color Cylindrical-coordinate representation of color #015885: hue angle of 200.45º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015885 is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 88 | 133 | - |
| CMYK | 0.99 | 0.34 | 0 | 0.48 |
| HSL | 200.45º | 0.99% | 0.26% | - |
| HSV(B) | 200.45º | 0.99% | 0.52% | - |
| XYZ | 7.74 | 8.68 | 23.46 | - |
| YUV | 67.12 | 165.18 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 133 | 0.99 | 0.34 | 0 | 0.48 | 200.45 | 0.99 | 0.26 |
| Hex | 1 | 58 | 85 | 63 | 22 | 0 | 30 | C8 | 63 | 1A |
| Octal | 1 | 130 | 205 | 143 | 42 | 0 | 60 | 310 | 143 | 32 |
| Binary | 1 | 1011000 | 10000101 | 1100011 | 100010 | 0 | 110000 | 11001000 | 1100011 | 11010 |
Color Harmonies of #015885
Complementary color
Monochromatic Colors of #015885
Black with #015885
Text Example
Text Example
White with #015885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015885; }
p { color: rgb(1,88,133); }
H1.HeaderClassName
{
color: #015885;
}
.AnyTagClassName
{
color: #015885;
}
</style>
background-color css
<style>
a { background-color: #015885; }
a { background-color: rgb(1,88,133); }
div.DivClassName
{
background-color: #015885;
}
.BgClassName
{
background-color: #015885;
}
</style>
border-color css
<style>
span { border-color: #015885; }
span { border-color: rgb(1,88,133); }
td.TdClassName
{
border-color: #015885;
}
.TagClassName
{
border-color: #015885;
}
</style>