Shades of Cerulean #077098
Tints of Cerulean #077098
RGB
CMYK
RGB Variations
Color information
#077098 (or 0x077098) is known color: Cerulean. HEX triplet: 07, 70 and 98. RGB value is (7,112,152). Sum of RGB (Red+Green+Blue) = 7+112+152=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #077098 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077098 is #F88F67. Grayscale: #545454. Windows color (decimal): -16289640 or 9990151. OLE color: 9990151.
HSL color Cylindrical-coordinate representation of color #077098: hue angle of 196.55º 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 #077098 is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 112 | 152 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.40 |
| HSL | 196.55º | 0.91% | 0.31% | - |
| HSV(B) | 196.55º | 0.95% | 0.6% | - |
| XYZ | 11.55 | 13.9 | 31.78 | - |
| YUV | 85.17 | 165.71 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 152 | 0.95 | 0.26 | 0 | 0.40 | 196.55 | 0.91 | 0.31 |
| Hex | 7 | 70 | 98 | 5F | 1A | 0 | 28 | C5 | 5B | 1F |
| Octal | 7 | 160 | 230 | 137 | 32 | 0 | 50 | 305 | 133 | 37 |
| Binary | 111 | 1110000 | 10011000 | 1011111 | 11010 | 0 | 101000 | 11000101 | 1011011 | 11111 |
Color Harmonies of #077098
Complementary color
Monochromatic Colors of #077098
Black with #077098
Text Example
Text Example
White with #077098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077098; }
p { color: rgb(7,112,152); }
H1.HeaderClassName
{
color: #077098;
}
.AnyTagClassName
{
color: #077098;
}
</style>
background-color css
<style>
a { background-color: #077098; }
a { background-color: rgb(7,112,152); }
div.DivClassName
{
background-color: #077098;
}
.BgClassName
{
background-color: #077098;
}
</style>
border-color css
<style>
span { border-color: #077098; }
span { border-color: rgb(7,112,152); }
td.TdClassName
{
border-color: #077098;
}
.TagClassName
{
border-color: #077098;
}
</style>