Shades of Cerulean #00709D
Tints of Cerulean #00709D
RGB
CMYK
RGB Variations
Color information
#00709D (or 0x00709D) is known color: Cerulean. HEX triplet: 00, 70 and 9D. RGB value is (0,112,157). Sum of RGB (Red+Green+Blue) = 0+112+157=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 157 (61.72% from 255 or 58.36% from 269); Max value from RGB is 157 - color contains mainly: blue. Hex color #00709D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00709D is #FF8F62. Grayscale: #535353. Windows color (decimal): -16748387 or 10317824. OLE color: 10317824.
HSL color Cylindrical-coordinate representation of color #00709D: hue angle of 197.2º 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 #00709D is Cyan = 1, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 112 | 157 | - |
| CMYK | 1 | 0.29 | 0 | 0.38 |
| HSL | 197.2º | 1% | 0.31% | - |
| HSV(B) | 197.2º | 1% | 0.62% | - |
| XYZ | 11.88 | 14.02 | 33.98 | - |
| YUV | 83.64 | 169.39 | 68.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 112 | 157 | 1 | 0.29 | 0 | 0.38 | 197.2 | 1 | 0.31 |
| Hex | 0 | 70 | 9D | 64 | 1D | 0 | 26 | C5 | 64 | 1F |
| Octal | 0 | 160 | 235 | 144 | 35 | 0 | 46 | 305 | 144 | 37 |
| Binary | 0 | 1110000 | 10011101 | 1100100 | 11101 | 0 | 100110 | 11000101 | 1100100 | 11111 |
Color Harmonies of #00709D
Complementary color
Monochromatic Colors of #00709D
Black with #00709D
Text Example
Text Example
White with #00709D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00709D; }
p { color: rgb(0,112,157); }
H1.HeaderClassName
{
color: #00709D;
}
.AnyTagClassName
{
color: #00709D;
}
</style>
background-color css
<style>
a { background-color: #00709D; }
a { background-color: rgb(0,112,157); }
div.DivClassName
{
background-color: #00709D;
}
.BgClassName
{
background-color: #00709D;
}
</style>
border-color css
<style>
span { border-color: #00709D; }
span { border-color: rgb(0,112,157); }
td.TdClassName
{
border-color: #00709D;
}
.TagClassName
{
border-color: #00709D;
}
</style>