Shades of Dark Cerulean #015481
Tints of Dark Cerulean #015481
RGB
CMYK
RGB Variations
Color information
#015481 (or 0x015481) is known color: Dark Cerulean. HEX triplet: 01, 54 and 81. RGB value is (1,84,129). Sum of RGB (Red+Green+Blue) = 1+84+129=214 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #015481 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #015481 is #FEAB7E. Grayscale: #404040. Windows color (decimal): -16690047 or 8475649. OLE color: 8475649.
HSL color Cylindrical-coordinate representation of color #015481: hue angle of 201.09º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015481 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 1 | 84 | 129 | - |
| CMYK | 0.99 | 0.35 | 0 | 0.49 |
| HSL | 201.09º | 0.98% | 0.25% | - |
| HSV(B) | 201.09º | 0.99% | 0.51% | - |
| XYZ | 7.15 | 7.93 | 21.92 | - |
| YUV | 64.31 | 164.5 | 82.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 84 | 129 | 0.99 | 0.35 | 0 | 0.49 | 201.09 | 0.98 | 0.25 |
| Hex | 1 | 54 | 81 | 63 | 23 | 0 | 31 | C9 | 62 | 19 |
| Octal | 1 | 124 | 201 | 143 | 43 | 0 | 61 | 311 | 142 | 31 |
| Binary | 1 | 1010100 | 10000001 | 1100011 | 100011 | 0 | 110001 | 11001001 | 1100010 | 11001 |
Color Harmonies of #015481
Complementary color
Monochromatic Colors of #015481
Black with #015481
Text Example
Text Example
White with #015481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015481; }
p { color: rgb(1,84,129); }
H1.HeaderClassName
{
color: #015481;
}
.AnyTagClassName
{
color: #015481;
}
</style>
background-color css
<style>
a { background-color: #015481; }
a { background-color: rgb(1,84,129); }
div.DivClassName
{
background-color: #015481;
}
.BgClassName
{
background-color: #015481;
}
</style>
border-color css
<style>
span { border-color: #015481; }
span { border-color: rgb(1,84,129); }
td.TdClassName
{
border-color: #015481;
}
.TagClassName
{
border-color: #015481;
}
</style>