Shades of Cerulean #00709C
Tints of Cerulean #00709C
RGB
CMYK
RGB Variations
Color information
#00709C (or 0x00709C) is known color: Cerulean. HEX triplet: 00, 70 and 9C. RGB value is (0,112,156). Sum of RGB (Red+Green+Blue) = 0+112+156=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #00709C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00709C is #FF8F63. Grayscale: #535353. Windows color (decimal): -16748388 or 10252288. OLE color: 10252288.
HSL color Cylindrical-coordinate representation of color #00709C: hue angle of 196.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00709C is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 112 | 156 | - |
| CMYK | 1 | 0.28 | 0 | 0.39 |
| HSL | 196.92º | 1% | 0.31% | - |
| HSV(B) | 196.92º | 1% | 0.61% | - |
| XYZ | 11.79 | 13.99 | 33.53 | - |
| YUV | 83.53 | 168.89 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 156 | 1 | 0.28 | 0 | 0.39 | 196.92 | 1 | 0.31 |
| Hex | 0 | 70 | 9C | 64 | 1C | 0 | 27 | C5 | 64 | 1F |
| Octal | 0 | 160 | 234 | 144 | 34 | 0 | 47 | 305 | 144 | 37 |
| Binary | 0 | 1110000 | 10011100 | 1100100 | 11100 | 0 | 100111 | 11000101 | 1100100 | 11111 |
Color Harmonies of #00709C
Complementary color
Monochromatic Colors of #00709C
Black with #00709C
Text Example
Text Example
White with #00709C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00709C; }
p { color: rgb(0,112,156); }
H1.HeaderClassName
{
color: #00709C;
}
.AnyTagClassName
{
color: #00709C;
}
</style>
background-color css
<style>
a { background-color: #00709C; }
a { background-color: rgb(0,112,156); }
div.DivClassName
{
background-color: #00709C;
}
.BgClassName
{
background-color: #00709C;
}
</style>
border-color css
<style>
span { border-color: #00709C; }
span { border-color: rgb(0,112,156); }
td.TdClassName
{
border-color: #00709C;
}
.TagClassName
{
border-color: #00709C;
}
</style>