Shades of Cerulean #01709D
Tints of Cerulean #01709D
RGB
CMYK
RGB Variations
Color information
#01709D (or 0x01709D) is known color: Cerulean. HEX triplet: 01, 70 and 9D. RGB value is (1,112,157). Sum of RGB (Red+Green+Blue) = 1+112+157=270 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #01709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #01709D is #FE8F62. Grayscale: #535353. Windows color (decimal): -16682851 or 10317825. OLE color: 10317825.
HSL color Cylindrical-coordinate representation of color #01709D: hue angle of 197.31º 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 #01709D is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 1 | 112 | 157 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.38 |
| HSL | 197.31º | 0.99% | 0.31% | - |
| HSV(B) | 197.31º | 0.99% | 0.62% | - |
| XYZ | 11.89 | 14.03 | 33.98 | - |
| YUV | 83.94 | 169.23 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 157 | 0.99 | 0.29 | 0 | 0.38 | 197.31 | 0.99 | 0.31 |
| Hex | 1 | 70 | 9D | 63 | 1D | 0 | 26 | C5 | 63 | 1F |
| Octal | 1 | 160 | 235 | 143 | 35 | 0 | 46 | 305 | 143 | 37 |
| Binary | 1 | 1110000 | 10011101 | 1100011 | 11101 | 0 | 100110 | 11000101 | 1100011 | 11111 |
Color Harmonies of #01709D
Complementary color
Monochromatic Colors of #01709D
Black with #01709D
Text Example
Text Example
White with #01709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01709D; }
p { color: rgb(1,112,157); }
H1.HeaderClassName
{
color: #01709D;
}
.AnyTagClassName
{
color: #01709D;
}
</style>
background-color css
<style>
a { background-color: #01709D; }
a { background-color: rgb(1,112,157); }
div.DivClassName
{
background-color: #01709D;
}
.BgClassName
{
background-color: #01709D;
}
</style>
border-color css
<style>
span { border-color: #01709D; }
span { border-color: rgb(1,112,157); }
td.TdClassName
{
border-color: #01709D;
}
.TagClassName
{
border-color: #01709D;
}
</style>