Shades of Cerulean #076F91
Tints of Cerulean #076F91
RGB
CMYK
RGB Variations
Color information
#076F91 (or 0x076F91) is known color: Cerulean. HEX triplet: 07, 6F and 91. RGB value is (7,111,145). Sum of RGB (Red+Green+Blue) = 7+111+145=263 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.66% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #076F91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076F91 is #F8906E. Grayscale: #535353. Windows color (decimal): -16289903 or 9531143. OLE color: 9531143.
HSL color Cylindrical-coordinate representation of color #076F91: hue angle of 194.78º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076F91 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 7 | 111 | 145 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.43 |
| HSL | 194.78º | 0.91% | 0.3% | - |
| HSV(B) | 194.78º | 0.95% | 0.57% | - |
| XYZ | 10.88 | 13.46 | 28.81 | - |
| YUV | 83.78 | 162.54 | 73.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 145 | 0.95 | 0.23 | 0 | 0.43 | 194.78 | 0.91 | 0.3 |
| Hex | 7 | 6F | 91 | 5F | 17 | 0 | 2B | C3 | 5B | 1E |
| Octal | 7 | 157 | 221 | 137 | 27 | 0 | 53 | 303 | 133 | 36 |
| Binary | 111 | 1101111 | 10010001 | 1011111 | 10111 | 0 | 101011 | 11000011 | 1011011 | 11110 |
Color Harmonies of #076F91
Complementary color
Monochromatic Colors of #076F91
Black with #076F91
Text Example
Text Example
White with #076F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F91; }
p { color: rgb(7,111,145); }
H1.HeaderClassName
{
color: #076F91;
}
.AnyTagClassName
{
color: #076F91;
}
</style>
background-color css
<style>
a { background-color: #076F91; }
a { background-color: rgb(7,111,145); }
div.DivClassName
{
background-color: #076F91;
}
.BgClassName
{
background-color: #076F91;
}
</style>
border-color css
<style>
span { border-color: #076F91; }
span { border-color: rgb(7,111,145); }
td.TdClassName
{
border-color: #076F91;
}
.TagClassName
{
border-color: #076F91;
}
</style>