Shades of Dark Cerulean #015487
Tints of Dark Cerulean #015487
RGB
CMYK
RGB Variations
Color information
#015487 (or 0x015487) is known color: Dark Cerulean. HEX triplet: 01, 54 and 87. RGB value is (1,84,135). Sum of RGB (Red+Green+Blue) = 1+84+135=220 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 220); Green value is 84 (33.20% from 255 or 38.18% from 220); Blue value is 135 (53.12% from 255 or 61.36% from 220); Max value from RGB is 135 - color contains mainly: blue. Hex color #015487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015487 is #FEAB78. Grayscale: #404040. Windows color (decimal): -16690041 or 8868865. OLE color: 8868865.
HSL color Cylindrical-coordinate representation of color #015487: hue angle of 202.84º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015487 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 1 | 84 | 135 | - |
| CMYK | 0.99 | 0.38 | 0 | 0.47 |
| HSL | 202.84º | 0.99% | 0.27% | - |
| HSV(B) | 202.84º | 0.99% | 0.53% | - |
| XYZ | 7.56 | 8.1 | 24.09 | - |
| YUV | 65 | 167.5 | 82.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 135 | 0.99 | 0.38 | 0 | 0.47 | 202.84 | 0.99 | 0.27 |
| Hex | 1 | 54 | 87 | 63 | 26 | 0 | 2F | CB | 63 | 1B |
| Octal | 1 | 124 | 207 | 143 | 46 | 0 | 57 | 313 | 143 | 33 |
| Binary | 1 | 1010100 | 10000111 | 1100011 | 100110 | 0 | 101111 | 11001011 | 1100011 | 11011 |
Color Harmonies of #015487
Complementary color
Monochromatic Colors of #015487
Black with #015487
Text Example
Text Example
White with #015487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015487; }
p { color: rgb(1,84,135); }
H1.HeaderClassName
{
color: #015487;
}
.AnyTagClassName
{
color: #015487;
}
</style>
background-color css
<style>
a { background-color: #015487; }
a { background-color: rgb(1,84,135); }
div.DivClassName
{
background-color: #015487;
}
.BgClassName
{
background-color: #015487;
}
</style>
border-color css
<style>
span { border-color: #015487; }
span { border-color: rgb(1,84,135); }
td.TdClassName
{
border-color: #015487;
}
.TagClassName
{
border-color: #015487;
}
</style>