Shades of Cerulean #07739B
Tints of Cerulean #07739B
RGB
CMYK
RGB Variations
Color information
#07739B (or 0x07739B) is known color: Cerulean. HEX triplet: 07, 73 and 9B. RGB value is (7,115,155). Sum of RGB (Red+Green+Blue) = 7+115+155=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #07739B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07739B is #F88C64. Grayscale: #565656. Windows color (decimal): -16288869 or 10187527. OLE color: 10187527.
HSL color Cylindrical-coordinate representation of color #07739B: hue angle of 196.22º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07739B is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 115 | 155 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.39 |
| HSL | 196.22º | 0.91% | 0.32% | - |
| HSV(B) | 196.22º | 0.95% | 0.61% | - |
| XYZ | 12.13 | 14.67 | 33.2 | - |
| YUV | 87.27 | 166.22 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 155 | 0.95 | 0.26 | 0 | 0.39 | 196.22 | 0.91 | 0.32 |
| Hex | 7 | 73 | 9B | 5F | 1A | 0 | 27 | C4 | 5B | 20 |
| Octal | 7 | 163 | 233 | 137 | 32 | 0 | 47 | 304 | 133 | 40 |
| Binary | 111 | 1110011 | 10011011 | 1011111 | 11010 | 0 | 100111 | 11000100 | 1011011 | 100000 |
Color Harmonies of #07739B
Complementary color
Monochromatic Colors of #07739B
Black with #07739B
Text Example
Text Example
White with #07739B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07739B; }
p { color: rgb(7,115,155); }
H1.HeaderClassName
{
color: #07739B;
}
.AnyTagClassName
{
color: #07739B;
}
</style>
background-color css
<style>
a { background-color: #07739B; }
a { background-color: rgb(7,115,155); }
div.DivClassName
{
background-color: #07739B;
}
.BgClassName
{
background-color: #07739B;
}
</style>
border-color css
<style>
span { border-color: #07739B; }
span { border-color: rgb(7,115,155); }
td.TdClassName
{
border-color: #07739B;
}
.TagClassName
{
border-color: #07739B;
}
</style>