Shades of Dark Cerulean #015890
Tints of Dark Cerulean #015890
RGB
CMYK
RGB Variations
Color information
#015890 (or 0x015890) is known color: Dark Cerulean. HEX triplet: 01, 58 and 90. RGB value is (1,88,144). Sum of RGB (Red+Green+Blue) = 1+88+144=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 88 (34.77% from 255 or 37.77% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #015890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015890 is #FEA76F. Grayscale: #444444. Windows color (decimal): -16689008 or 9459713. OLE color: 9459713.
HSL color Cylindrical-coordinate representation of color #015890: hue angle of 203.5º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015890 is Cyan = 0.99, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 88 | 144 | - |
| CMYK | 0.99 | 0.39 | 0 | 0.44 |
| HSL | 203.5º | 0.99% | 0.28% | - |
| HSV(B) | 203.5º | 0.99% | 0.56% | - |
| XYZ | 8.54 | 9 | 27.67 | - |
| YUV | 68.37 | 170.68 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 88 | 144 | 0.99 | 0.39 | 0 | 0.44 | 203.5 | 0.99 | 0.28 |
| Hex | 1 | 58 | 90 | 63 | 27 | 0 | 2C | CB | 63 | 1C |
| Octal | 1 | 130 | 220 | 143 | 47 | 0 | 54 | 313 | 143 | 34 |
| Binary | 1 | 1011000 | 10010000 | 1100011 | 100111 | 0 | 101100 | 11001011 | 1100011 | 11100 |
Color Harmonies of #015890
Complementary color
Monochromatic Colors of #015890
Black with #015890
Text Example
Text Example
White with #015890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015890; }
p { color: rgb(1,88,144); }
H1.HeaderClassName
{
color: #015890;
}
.AnyTagClassName
{
color: #015890;
}
</style>
background-color css
<style>
a { background-color: #015890; }
a { background-color: rgb(1,88,144); }
div.DivClassName
{
background-color: #015890;
}
.BgClassName
{
background-color: #015890;
}
</style>
border-color css
<style>
span { border-color: #015890; }
span { border-color: rgb(1,88,144); }
td.TdClassName
{
border-color: #015890;
}
.TagClassName
{
border-color: #015890;
}
</style>