Shades of Cerulean #00739F
Tints of Cerulean #00739F
RGB
CMYK
RGB Variations
Color information
#00739F (or 0x00739F) is known color: Cerulean. HEX triplet: 00, 73 and 9F. RGB value is (0,115,159). Sum of RGB (Red+Green+Blue) = 0+115+159=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 115 (45.31% from 255 or 41.97% from 274); Blue value is 159 (62.5% from 255 or 58.03% from 274); Max value from RGB is 159 - color contains mainly: blue. Hex color #00739F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00739F is #FF8C60. Grayscale: #555555. Windows color (decimal): -16747617 or 10449664. OLE color: 10449664.
HSL color Cylindrical-coordinate representation of color #00739F: hue angle of 196.6º 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 #00739F is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 115 | 159 | - |
| CMYK | 1 | 0.28 | 0 | 0.38 |
| HSL | 196.6º | 1% | 0.31% | - |
| HSV(B) | 196.6º | 1% | 0.62% | - |
| XYZ | 12.39 | 14.76 | 35 | - |
| YUV | 85.63 | 169.4 | 66.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 159 | 1 | 0.28 | 0 | 0.38 | 196.6 | 1 | 0.31 |
| Hex | 0 | 73 | 9F | 64 | 1C | 0 | 26 | C5 | 64 | 1F |
| Octal | 0 | 163 | 237 | 144 | 34 | 0 | 46 | 305 | 144 | 37 |
| Binary | 0 | 1110011 | 10011111 | 1100100 | 11100 | 0 | 100110 | 11000101 | 1100100 | 11111 |
Color Harmonies of #00739F
Complementary color
Monochromatic Colors of #00739F
Black with #00739F
Text Example
Text Example
White with #00739F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00739F; }
p { color: rgb(0,115,159); }
H1.HeaderClassName
{
color: #00739F;
}
.AnyTagClassName
{
color: #00739F;
}
</style>
background-color css
<style>
a { background-color: #00739F; }
a { background-color: rgb(0,115,159); }
div.DivClassName
{
background-color: #00739F;
}
.BgClassName
{
background-color: #00739F;
}
</style>
border-color css
<style>
span { border-color: #00739F; }
span { border-color: rgb(0,115,159); }
td.TdClassName
{
border-color: #00739F;
}
.TagClassName
{
border-color: #00739F;
}
</style>