Shades of Cerulean #00739B
Tints of Cerulean #00739B
RGB
CMYK
RGB Variations
Color information
#00739B (or 0x00739B) is known color: Cerulean. HEX triplet: 00, 73 and 9B. RGB value is (0,115,155). Sum of RGB (Red+Green+Blue) = 0+115+155=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 155 (60.94% from 255 or 57.41% from 270); Max value from RGB is 155 - color contains mainly: blue. Hex color #00739B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #00739B is #FF8C64. Grayscale: #545454. Windows color (decimal): -16747621 or 10187520. OLE color: 10187520.
HSL color Cylindrical-coordinate representation of color #00739B: hue angle of 195.48º 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 #00739B is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 0 | 115 | 155 | - |
| CMYK | 1 | 0.26 | 0 | 0.39 |
| HSL | 195.48º | 1% | 0.3% | - |
| HSV(B) | 195.48º | 1% | 0.61% | - |
| XYZ | 12.05 | 14.63 | 33.2 | - |
| YUV | 85.18 | 167.4 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 155 | 1 | 0.26 | 0 | 0.39 | 195.48 | 1 | 0.3 |
| Hex | 0 | 73 | 9B | 64 | 1A | 0 | 27 | C3 | 64 | 1E |
| Octal | 0 | 163 | 233 | 144 | 32 | 0 | 47 | 303 | 144 | 36 |
| Binary | 0 | 1110011 | 10011011 | 1100100 | 11010 | 0 | 100111 | 11000011 | 1100100 | 11110 |
Color Harmonies of #00739B
Complementary color
Monochromatic Colors of #00739B
Black with #00739B
Text Example
Text Example
White with #00739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00739B; }
p { color: rgb(0,115,155); }
H1.HeaderClassName
{
color: #00739B;
}
.AnyTagClassName
{
color: #00739B;
}
</style>
background-color css
<style>
a { background-color: #00739B; }
a { background-color: rgb(0,115,155); }
div.DivClassName
{
background-color: #00739B;
}
.BgClassName
{
background-color: #00739B;
}
</style>
border-color css
<style>
span { border-color: #00739B; }
span { border-color: rgb(0,115,155); }
td.TdClassName
{
border-color: #00739B;
}
.TagClassName
{
border-color: #00739B;
}
</style>