Shades of Dark Cerulean #015584
Tints of Dark Cerulean #015584
RGB
CMYK
RGB Variations
Color information
#015584 (or 0x015584) is known color: Dark Cerulean. HEX triplet: 01, 55 and 84. RGB value is (1,85,132). Sum of RGB (Red+Green+Blue) = 1+85+132=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 132 (51.95% from 255 or 60.55% from 218); Max value from RGB is 132 - color contains mainly: blue. Hex color #015584 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015584 is #FEAA7B. Grayscale: #404040. Windows color (decimal): -16689788 or 8672513. OLE color: 8672513.
HSL color Cylindrical-coordinate representation of color #015584: hue angle of 201.53º degrees, saturation: 0.98, 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 #015584 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 85 | 132 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.48 |
| HSL | 201.53º | 0.98% | 0.26% | - |
| HSV(B) | 201.53º | 0.99% | 0.52% | - |
| XYZ | 7.43 | 8.17 | 23.02 | - |
| YUV | 65.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 85 | 132 | 0.99 | 0.36 | 0 | 0.48 | 201.53 | 0.98 | 0.26 |
| Hex | 1 | 55 | 84 | 63 | 24 | 0 | 30 | CA | 62 | 1A |
| Octal | 1 | 125 | 204 | 143 | 44 | 0 | 60 | 312 | 142 | 32 |
| Binary | 1 | 1010101 | 10000100 | 1100011 | 100100 | 0 | 110000 | 11001010 | 1100010 | 11010 |
Color Harmonies of #015584
Complementary color
Monochromatic Colors of #015584
Black with #015584
Text Example
Text Example
White with #015584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015584; }
p { color: rgb(1,85,132); }
H1.HeaderClassName
{
color: #015584;
}
.AnyTagClassName
{
color: #015584;
}
</style>
background-color css
<style>
a { background-color: #015584; }
a { background-color: rgb(1,85,132); }
div.DivClassName
{
background-color: #015584;
}
.BgClassName
{
background-color: #015584;
}
</style>
border-color css
<style>
span { border-color: #015584; }
span { border-color: rgb(1,85,132); }
td.TdClassName
{
border-color: #015584;
}
.TagClassName
{
border-color: #015584;
}
</style>