Shades of Cerulean #00729A
Tints of Cerulean #00729A
RGB
CMYK
RGB Variations
Color information
#00729A (or 0x00729A) is known color: Cerulean. HEX triplet: 00, 72 and 9A. RGB value is (0,114,154). Sum of RGB (Red+Green+Blue) = 0+114+154=268 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #00729A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00729A is #FF8D65. Grayscale: #545454. Windows color (decimal): -16747878 or 10121728. OLE color: 10121728.
HSL color Cylindrical-coordinate representation of color #00729A: hue angle of 195.58º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00729A is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 0 | 114 | 154 | - |
| CMYK | 1 | 0.26 | 0 | 0.40 |
| HSL | 195.58º | 1% | 0.3% | - |
| HSV(B) | 195.58º | 1% | 0.6% | - |
| XYZ | 11.85 | 14.37 | 32.72 | - |
| YUV | 84.47 | 167.23 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 154 | 1 | 0.26 | 0 | 0.40 | 195.58 | 1 | 0.3 |
| Hex | 0 | 72 | 9A | 64 | 1A | 0 | 28 | C4 | 64 | 1E |
| Octal | 0 | 162 | 232 | 144 | 32 | 0 | 50 | 304 | 144 | 36 |
| Binary | 0 | 1110010 | 10011010 | 1100100 | 11010 | 0 | 101000 | 11000100 | 1100100 | 11110 |
Color Harmonies of #00729A
Complementary color
Monochromatic Colors of #00729A
Black with #00729A
Text Example
Text Example
White with #00729A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00729A; }
p { color: rgb(0,114,154); }
H1.HeaderClassName
{
color: #00729A;
}
.AnyTagClassName
{
color: #00729A;
}
</style>
background-color css
<style>
a { background-color: #00729A; }
a { background-color: rgb(0,114,154); }
div.DivClassName
{
background-color: #00729A;
}
.BgClassName
{
background-color: #00729A;
}
</style>
border-color css
<style>
span { border-color: #00729A; }
span { border-color: rgb(0,114,154); }
td.TdClassName
{
border-color: #00729A;
}
.TagClassName
{
border-color: #00729A;
}
</style>