Shades of Cerulean #01719F
Tints of Cerulean #01719F
RGB
CMYK
RGB Variations
Color information
#01719F (or 0x01719F) is known color: Cerulean. HEX triplet: 01, 71 and 9F. RGB value is (1,113,159). Sum of RGB (Red+Green+Blue) = 1+113+159=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 113 (44.53% from 255 or 41.39% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #01719F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01719F is #FE8E60. Grayscale: #545454. Windows color (decimal): -16682593 or 10449153. OLE color: 10449153.
HSL color Cylindrical-coordinate representation of color #01719F: hue angle of 197.47º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01719F is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 113 | 159 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.38 |
| HSL | 197.47º | 0.99% | 0.31% | - |
| HSV(B) | 197.47º | 0.99% | 0.62% | - |
| XYZ | 12.18 | 14.32 | 34.92 | - |
| YUV | 84.76 | 169.89 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 113 | 159 | 0.99 | 0.29 | 0 | 0.38 | 197.47 | 0.99 | 0.31 |
| Hex | 1 | 71 | 9F | 63 | 1D | 0 | 26 | C5 | 63 | 1F |
| Octal | 1 | 161 | 237 | 143 | 35 | 0 | 46 | 305 | 143 | 37 |
| Binary | 1 | 1110001 | 10011111 | 1100011 | 11101 | 0 | 100110 | 11000101 | 1100011 | 11111 |
Color Harmonies of #01719F
Complementary color
Monochromatic Colors of #01719F
Black with #01719F
Text Example
Text Example
White with #01719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01719F; }
p { color: rgb(1,113,159); }
H1.HeaderClassName
{
color: #01719F;
}
.AnyTagClassName
{
color: #01719F;
}
</style>
background-color css
<style>
a { background-color: #01719F; }
a { background-color: rgb(1,113,159); }
div.DivClassName
{
background-color: #01719F;
}
.BgClassName
{
background-color: #01719F;
}
</style>
border-color css
<style>
span { border-color: #01719F; }
span { border-color: rgb(1,113,159); }
td.TdClassName
{
border-color: #01719F;
}
.TagClassName
{
border-color: #01719F;
}
</style>