Shades of Dark Cerulean #015278
Tints of Dark Cerulean #015278
RGB
CMYK
RGB Variations
Color information
#015278 (or 0x015278) is known color: Dark Cerulean. HEX triplet: 01, 52 and 78. RGB value is (1,82,120). Sum of RGB (Red+Green+Blue) = 1+82+120=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #015278 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015278 is #FEAD87. Grayscale: #3D3D3D. Windows color (decimal): -16690568 or 7885313. OLE color: 7885313.
HSL color Cylindrical-coordinate representation of color #015278: hue angle of 199.16º 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 #015278 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 82 | 120 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.53 |
| HSL | 199.16º | 0.98% | 0.24% | - |
| HSV(B) | 199.16º | 0.99% | 0.47% | - |
| XYZ | 6.42 | 7.4 | 18.86 | - |
| YUV | 62.11 | 160.66 | 84.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 120 | 0.99 | 0.32 | 0 | 0.53 | 199.16 | 0.98 | 0.24 |
| Hex | 1 | 52 | 78 | 63 | 20 | 0 | 35 | C7 | 62 | 18 |
| Octal | 1 | 122 | 170 | 143 | 40 | 0 | 65 | 307 | 142 | 30 |
| Binary | 1 | 1010010 | 1111000 | 1100011 | 100000 | 0 | 110101 | 11000111 | 1100010 | 11000 |
Color Harmonies of #015278
Complementary color
Monochromatic Colors of #015278
Black with #015278
Text Example
Text Example
White with #015278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015278; }
p { color: rgb(1,82,120); }
H1.HeaderClassName
{
color: #015278;
}
.AnyTagClassName
{
color: #015278;
}
</style>
background-color css
<style>
a { background-color: #015278; }
a { background-color: rgb(1,82,120); }
div.DivClassName
{
background-color: #015278;
}
.BgClassName
{
background-color: #015278;
}
</style>
border-color css
<style>
span { border-color: #015278; }
span { border-color: rgb(1,82,120); }
td.TdClassName
{
border-color: #015278;
}
.TagClassName
{
border-color: #015278;
}
</style>