Shades of Dark Cerulean #015275
Tints of Dark Cerulean #015275
RGB
CMYK
RGB Variations
Color information
#015275 (or 0x015275) is known color: Dark Cerulean. HEX triplet: 01, 52 and 75. RGB value is (1,82,117). Sum of RGB (Red+Green+Blue) = 1+82+117=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #015275 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015275 is #FEAD8A. Grayscale: #3D3D3D. Windows color (decimal): -16690571 or 7688705. OLE color: 7688705.
HSL color Cylindrical-coordinate representation of color #015275: hue angle of 198.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015275 is Cyan = 0.99, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 82 | 117 | - |
| CMYK | 0.99 | 0.30 | 0 | 0.54 |
| HSL | 198.1º | 0.98% | 0.23% | - |
| HSV(B) | 198.1º | 0.99% | 0.46% | - |
| XYZ | 6.24 | 7.33 | 17.91 | - |
| YUV | 61.77 | 159.16 | 84.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 82 | 117 | 0.99 | 0.30 | 0 | 0.54 | 198.1 | 0.98 | 0.23 |
| Hex | 1 | 52 | 75 | 63 | 1E | 0 | 36 | C6 | 62 | 17 |
| Octal | 1 | 122 | 165 | 143 | 36 | 0 | 66 | 306 | 142 | 27 |
| Binary | 1 | 1010010 | 1110101 | 1100011 | 11110 | 0 | 110110 | 11000110 | 1100010 | 10111 |
Color Harmonies of #015275
Complementary color
Monochromatic Colors of #015275
Black with #015275
Text Example
Text Example
White with #015275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015275; }
p { color: rgb(1,82,117); }
H1.HeaderClassName
{
color: #015275;
}
.AnyTagClassName
{
color: #015275;
}
</style>
background-color css
<style>
a { background-color: #015275; }
a { background-color: rgb(1,82,117); }
div.DivClassName
{
background-color: #015275;
}
.BgClassName
{
background-color: #015275;
}
</style>
border-color css
<style>
span { border-color: #015275; }
span { border-color: rgb(1,82,117); }
td.TdClassName
{
border-color: #015275;
}
.TagClassName
{
border-color: #015275;
}
</style>