Shades of Cerulean #077299
Tints of Cerulean #077299
RGB
CMYK
RGB Variations
Color information
#077299 (or 0x077299) is known color: Cerulean. HEX triplet: 07, 72 and 99. RGB value is (7,114,153). Sum of RGB (Red+Green+Blue) = 7+114+153=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #077299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077299 is #F88D66. Grayscale: #565656. Windows color (decimal): -16289127 or 10056199. OLE color: 10056199.
HSL color Cylindrical-coordinate representation of color #077299: hue angle of 196.03º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077299 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 114 | 153 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.4 |
| HSL | 196.03º | 0.91% | 0.31% | - |
| HSV(B) | 196.03º | 0.95% | 0.6% | - |
| XYZ | 11.85 | 14.38 | 32.29 | - |
| YUV | 86.45 | 165.55 | 71.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 114 | 153 | 0.95 | 0.25 | 0 | 0.4 | 196.03 | 0.91 | 0.31 |
| Hex | 7 | 72 | 99 | 5F | 19 | 0 | 28 | C4 | 5B | 1F |
| Octal | 7 | 162 | 231 | 137 | 31 | 0 | 50 | 304 | 133 | 37 |
| Binary | 111 | 1110010 | 10011001 | 1011111 | 11001 | 0 | 101000 | 11000100 | 1011011 | 11111 |
Color Harmonies of #077299
Complementary color
Monochromatic Colors of #077299
Black with #077299
Text Example
Text Example
White with #077299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077299; }
p { color: rgb(7,114,153); }
H1.HeaderClassName
{
color: #077299;
}
.AnyTagClassName
{
color: #077299;
}
</style>
background-color css
<style>
a { background-color: #077299; }
a { background-color: rgb(7,114,153); }
div.DivClassName
{
background-color: #077299;
}
.BgClassName
{
background-color: #077299;
}
</style>
border-color css
<style>
span { border-color: #077299; }
span { border-color: rgb(7,114,153); }
td.TdClassName
{
border-color: #077299;
}
.TagClassName
{
border-color: #077299;
}
</style>