Shades of Dark Cerulean #015485
Tints of Dark Cerulean #015485
RGB
CMYK
RGB Variations
Color information
#015485 (or 0x015485) is known color: Dark Cerulean. HEX triplet: 01, 54 and 85. RGB value is (1,84,133). Sum of RGB (Red+Green+Blue) = 1+84+133=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #015485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015485 is #FEAB7A. Grayscale: #404040. Windows color (decimal): -16690043 or 8737793. OLE color: 8737793.
HSL color Cylindrical-coordinate representation of color #015485: hue angle of 202.27º 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 #015485 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 84 | 133 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.48 |
| HSL | 202.27º | 0.99% | 0.26% | - |
| HSV(B) | 202.27º | 0.99% | 0.52% | - |
| XYZ | 7.42 | 8.04 | 23.35 | - |
| YUV | 64.77 | 166.5 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 133 | 0.99 | 0.37 | 0 | 0.48 | 202.27 | 0.99 | 0.26 |
| Hex | 1 | 54 | 85 | 63 | 25 | 0 | 30 | CA | 63 | 1A |
| Octal | 1 | 124 | 205 | 143 | 45 | 0 | 60 | 312 | 143 | 32 |
| Binary | 1 | 1010100 | 10000101 | 1100011 | 100101 | 0 | 110000 | 11001010 | 1100011 | 11010 |
Color Harmonies of #015485
Complementary color
Monochromatic Colors of #015485
Black with #015485
Text Example
Text Example
White with #015485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015485; }
p { color: rgb(1,84,133); }
H1.HeaderClassName
{
color: #015485;
}
.AnyTagClassName
{
color: #015485;
}
</style>
background-color css
<style>
a { background-color: #015485; }
a { background-color: rgb(1,84,133); }
div.DivClassName
{
background-color: #015485;
}
.BgClassName
{
background-color: #015485;
}
</style>
border-color css
<style>
span { border-color: #015485; }
span { border-color: rgb(1,84,133); }
td.TdClassName
{
border-color: #015485;
}
.TagClassName
{
border-color: #015485;
}
</style>