Shades of Dark Cerulean #015175
Tints of Dark Cerulean #015175
RGB
CMYK
RGB Variations
Color information
#015175 (or 0x015175) is known color: Dark Cerulean. HEX triplet: 01, 51 and 75. RGB value is (1,81,117). Sum of RGB (Red+Green+Blue) = 1+81+117=199 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #015175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #015175 is #FEAE8A. Grayscale: #3C3C3C. Windows color (decimal): -16690827 or 7688449. OLE color: 7688449.
HSL color Cylindrical-coordinate representation of color #015175: hue angle of 198.62º 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 #015175 is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 1 | 81 | 117 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.54 |
| HSL | 198.62º | 0.98% | 0.23% | - |
| HSV(B) | 198.62º | 0.99% | 0.46% | - |
| XYZ | 6.17 | 7.18 | 17.89 | - |
| YUV | 61.18 | 159.5 | 85.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 81 | 117 | 0.99 | 0.31 | 0 | 0.54 | 198.62 | 0.98 | 0.23 |
| Hex | 1 | 51 | 75 | 63 | 1F | 0 | 36 | C7 | 62 | 17 |
| Octal | 1 | 121 | 165 | 143 | 37 | 0 | 66 | 307 | 142 | 27 |
| Binary | 1 | 1010001 | 1110101 | 1100011 | 11111 | 0 | 110110 | 11000111 | 1100010 | 10111 |
Color Harmonies of #015175
Complementary color
Monochromatic Colors of #015175
Black with #015175
Text Example
Text Example
White with #015175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #015175; }
p { color: rgb(1,81,117); }
H1.HeaderClassName
{
color: #015175;
}
.AnyTagClassName
{
color: #015175;
}
</style>
background-color css
<style>
a { background-color: #015175; }
a { background-color: rgb(1,81,117); }
div.DivClassName
{
background-color: #015175;
}
.BgClassName
{
background-color: #015175;
}
</style>
border-color css
<style>
span { border-color: #015175; }
span { border-color: rgb(1,81,117); }
td.TdClassName
{
border-color: #015175;
}
.TagClassName
{
border-color: #015175;
}
</style>