Shades of Cerulean #00729B
Tints of Cerulean #00729B
RGB
CMYK
RGB Variations
Color information
#00729B (or 0x00729B) is known color: Cerulean. HEX triplet: 00, 72 and 9B. RGB value is (0,114,155). Sum of RGB (Red+Green+Blue) = 0+114+155=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 155 (60.94% from 255 or 57.62% from 269); Max value from RGB is 155 - color contains mainly: blue. Hex color #00729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00729B is #FF8D64. Grayscale: #545454. Windows color (decimal): -16747877 or 10187264. OLE color: 10187264.
HSL color Cylindrical-coordinate representation of color #00729B: hue angle of 195.87º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00729B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 114 | 155 | - |
| CMYK | 1 | 0.26 | 0 | 0.39 |
| HSL | 195.87º | 1% | 0.3% | - |
| HSV(B) | 195.87º | 1% | 0.61% | - |
| XYZ | 11.93 | 14.4 | 33.16 | - |
| YUV | 84.59 | 167.73 | 67.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 114 | 155 | 1 | 0.26 | 0 | 0.39 | 195.87 | 1 | 0.3 |
| Hex | 0 | 72 | 9B | 64 | 1A | 0 | 27 | C4 | 64 | 1E |
| Octal | 0 | 162 | 233 | 144 | 32 | 0 | 47 | 304 | 144 | 36 |
| Binary | 0 | 1110010 | 10011011 | 1100100 | 11010 | 0 | 100111 | 11000100 | 1100100 | 11110 |
Color Harmonies of #00729B
Complementary color
Monochromatic Colors of #00729B
Black with #00729B
Text Example
Text Example
White with #00729B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00729B; }
p { color: rgb(0,114,155); }
H1.HeaderClassName
{
color: #00729B;
}
.AnyTagClassName
{
color: #00729B;
}
</style>
background-color css
<style>
a { background-color: #00729B; }
a { background-color: rgb(0,114,155); }
div.DivClassName
{
background-color: #00729B;
}
.BgClassName
{
background-color: #00729B;
}
</style>
border-color css
<style>
span { border-color: #00729B; }
span { border-color: rgb(0,114,155); }
td.TdClassName
{
border-color: #00729B;
}
.TagClassName
{
border-color: #00729B;
}
</style>