Shades of Cerulean #077095
Tints of Cerulean #077095
RGB
CMYK
RGB Variations
Color information
#077095 (or 0x077095) is known color: Cerulean. HEX triplet: 07, 70 and 95. RGB value is (7,112,149). Sum of RGB (Red+Green+Blue) = 7+112+149=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #077095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077095 is #F88F6A. Grayscale: #545454. Windows color (decimal): -16289643 or 9793543. OLE color: 9793543.
HSL color Cylindrical-coordinate representation of color #077095: hue angle of 195.63º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077095 is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 7 | 112 | 149 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.42 |
| HSL | 195.63º | 0.91% | 0.31% | - |
| HSV(B) | 195.63º | 0.95% | 0.58% | - |
| XYZ | 11.31 | 13.8 | 30.5 | - |
| YUV | 84.82 | 164.21 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 112 | 149 | 0.95 | 0.25 | 0 | 0.42 | 195.63 | 0.91 | 0.31 |
| Hex | 7 | 70 | 95 | 5F | 19 | 0 | 2A | C4 | 5B | 1F |
| Octal | 7 | 160 | 225 | 137 | 31 | 0 | 52 | 304 | 133 | 37 |
| Binary | 111 | 1110000 | 10010101 | 1011111 | 11001 | 0 | 101010 | 11000100 | 1011011 | 11111 |
Color Harmonies of #077095
Complementary color
Monochromatic Colors of #077095
Black with #077095
Text Example
Text Example
White with #077095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077095; }
p { color: rgb(7,112,149); }
H1.HeaderClassName
{
color: #077095;
}
.AnyTagClassName
{
color: #077095;
}
</style>
background-color css
<style>
a { background-color: #077095; }
a { background-color: rgb(7,112,149); }
div.DivClassName
{
background-color: #077095;
}
.BgClassName
{
background-color: #077095;
}
</style>
border-color css
<style>
span { border-color: #077095; }
span { border-color: rgb(7,112,149); }
td.TdClassName
{
border-color: #077095;
}
.TagClassName
{
border-color: #077095;
}
</style>