Shades of Cerulean #00709F
Tints of Cerulean #00709F
RGB
CMYK
RGB Variations
Color information
#00709F (or 0x00709F) is known color: Cerulean. HEX triplet: 00, 70 and 9F. RGB value is (0,112,159). Sum of RGB (Red+Green+Blue) = 0+112+159=271 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 159 (62.5% from 255 or 58.67% from 271); Max value from RGB is 159 - color contains mainly: blue. Hex color #00709F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00709F is #FF8F60. Grayscale: #535353. Windows color (decimal): -16748385 or 10448896. OLE color: 10448896.
HSL color Cylindrical-coordinate representation of color #00709F: hue angle of 197.74º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00709F is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 112 | 159 | - |
| CMYK | 1 | 0.30 | 0 | 0.38 |
| HSL | 197.74º | 1% | 0.31% | - |
| HSV(B) | 197.74º | 1% | 0.62% | - |
| XYZ | 12.05 | 14.09 | 34.89 | - |
| YUV | 83.87 | 170.39 | 68.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 159 | 1 | 0.30 | 0 | 0.38 | 197.74 | 1 | 0.31 |
| Hex | 0 | 70 | 9F | 64 | 1E | 0 | 26 | C6 | 64 | 1F |
| Octal | 0 | 160 | 237 | 144 | 36 | 0 | 46 | 306 | 144 | 37 |
| Binary | 0 | 1110000 | 10011111 | 1100100 | 11110 | 0 | 100110 | 11000110 | 1100100 | 11111 |
Color Harmonies of #00709F
Complementary color
Monochromatic Colors of #00709F
Black with #00709F
Text Example
Text Example
White with #00709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00709F; }
p { color: rgb(0,112,159); }
H1.HeaderClassName
{
color: #00709F;
}
.AnyTagClassName
{
color: #00709F;
}
</style>
background-color css
<style>
a { background-color: #00709F; }
a { background-color: rgb(0,112,159); }
div.DivClassName
{
background-color: #00709F;
}
.BgClassName
{
background-color: #00709F;
}
</style>
border-color css
<style>
span { border-color: #00709F; }
span { border-color: rgb(0,112,159); }
td.TdClassName
{
border-color: #00709F;
}
.TagClassName
{
border-color: #00709F;
}
</style>