Shades of Dark Cerulean #015484
Tints of Dark Cerulean #015484
RGB
CMYK
RGB Variations
Color information
#015484 (or 0x015484) is known color: Dark Cerulean. HEX triplet: 01, 54 and 84. RGB value is (1,84,132). Sum of RGB (Red+Green+Blue) = 1+84+132=217 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #015484 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015484 is #FEAB7B. Grayscale: #404040. Windows color (decimal): -16690044 or 8672257. OLE color: 8672257.
HSL color Cylindrical-coordinate representation of color #015484: hue angle of 201.98º 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 #015484 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 1 | 84 | 132 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.48 |
| HSL | 201.98º | 0.98% | 0.26% | - |
| HSV(B) | 201.98º | 0.99% | 0.52% | - |
| XYZ | 7.35 | 8.01 | 22.99 | - |
| YUV | 64.66 | 166 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 132 | 0.99 | 0.36 | 0 | 0.48 | 201.98 | 0.98 | 0.26 |
| Hex | 1 | 54 | 84 | 63 | 24 | 0 | 30 | CA | 62 | 1A |
| Octal | 1 | 124 | 204 | 143 | 44 | 0 | 60 | 312 | 142 | 32 |
| Binary | 1 | 1010100 | 10000100 | 1100011 | 100100 | 0 | 110000 | 11001010 | 1100010 | 11010 |
Color Harmonies of #015484
Complementary color
Monochromatic Colors of #015484
Black with #015484
Text Example
Text Example
White with #015484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015484; }
p { color: rgb(1,84,132); }
H1.HeaderClassName
{
color: #015484;
}
.AnyTagClassName
{
color: #015484;
}
</style>
background-color css
<style>
a { background-color: #015484; }
a { background-color: rgb(1,84,132); }
div.DivClassName
{
background-color: #015484;
}
.BgClassName
{
background-color: #015484;
}
</style>
border-color css
<style>
span { border-color: #015484; }
span { border-color: rgb(1,84,132); }
td.TdClassName
{
border-color: #015484;
}
.TagClassName
{
border-color: #015484;
}
</style>