Shades of Dark Cerulean #015178
Tints of Dark Cerulean #015178
RGB
CMYK
RGB Variations
Color information
#015178 (or 0x015178) is known color: Dark Cerulean. HEX triplet: 01, 51 and 78. RGB value is (1,81,120). Sum of RGB (Red+Green+Blue) = 1+81+120=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 81 (32.03% from 255 or 40.10% from 202); Blue value is 120 (47.27% from 255 or 59.41% from 202); Max value from RGB is 120 - color contains mainly: blue. Hex color #015178 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015178 is #FEAE87. Grayscale: #3D3D3D. Windows color (decimal): -16690824 or 7885057. OLE color: 7885057.
HSL color Cylindrical-coordinate representation of color #015178: hue angle of 199.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015178 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 81 | 120 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.53 |
| HSL | 199.66º | 0.98% | 0.24% | - |
| HSV(B) | 199.66º | 0.99% | 0.47% | - |
| XYZ | 6.35 | 7.25 | 18.83 | - |
| YUV | 61.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 120 | 0.99 | 0.32 | 0 | 0.53 | 199.66 | 0.98 | 0.24 |
| Hex | 1 | 51 | 78 | 63 | 20 | 0 | 35 | C8 | 62 | 18 |
| Octal | 1 | 121 | 170 | 143 | 40 | 0 | 65 | 310 | 142 | 30 |
| Binary | 1 | 1010001 | 1111000 | 1100011 | 100000 | 0 | 110101 | 11001000 | 1100010 | 11000 |
Color Harmonies of #015178
Complementary color
Monochromatic Colors of #015178
Black with #015178
Text Example
Text Example
White with #015178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015178; }
p { color: rgb(1,81,120); }
H1.HeaderClassName
{
color: #015178;
}
.AnyTagClassName
{
color: #015178;
}
</style>
background-color css
<style>
a { background-color: #015178; }
a { background-color: rgb(1,81,120); }
div.DivClassName
{
background-color: #015178;
}
.BgClassName
{
background-color: #015178;
}
</style>
border-color css
<style>
span { border-color: #015178; }
span { border-color: rgb(1,81,120); }
td.TdClassName
{
border-color: #015178;
}
.TagClassName
{
border-color: #015178;
}
</style>