Shades of Cerulean #076F8F
Tints of Cerulean #076F8F
RGB
CMYK
RGB Variations
Color information
#076F8F (or 0x076F8F) is known color: Cerulean. HEX triplet: 07, 6F and 8F. RGB value is (7,111,143). Sum of RGB (Red+Green+Blue) = 7+111+143=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #076F8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076F8F is #F89070. Grayscale: #535353. Windows color (decimal): -16289905 or 9400071. OLE color: 9400071.
HSL color Cylindrical-coordinate representation of color #076F8F: hue angle of 194.12º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076F8F is Cyan = 0.95, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 7 | 111 | 143 | - |
| CMYK | 0.95 | 0.22 | 0 | 0.44 |
| HSL | 194.12º | 0.91% | 0.29% | - |
| HSV(B) | 194.12º | 0.95% | 0.56% | - |
| XYZ | 10.73 | 13.4 | 28.01 | - |
| YUV | 83.55 | 161.54 | 73.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 143 | 0.95 | 0.22 | 0 | 0.44 | 194.12 | 0.91 | 0.29 |
| Hex | 7 | 6F | 8F | 5F | 16 | 0 | 2C | C2 | 5B | 1D |
| Octal | 7 | 157 | 217 | 137 | 26 | 0 | 54 | 302 | 133 | 35 |
| Binary | 111 | 1101111 | 10001111 | 1011111 | 10110 | 0 | 101100 | 11000010 | 1011011 | 11101 |
Color Harmonies of #076F8F
Complementary color
Monochromatic Colors of #076F8F
Black with #076F8F
Text Example
Text Example
White with #076F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F8F; }
p { color: rgb(7,111,143); }
H1.HeaderClassName
{
color: #076F8F;
}
.AnyTagClassName
{
color: #076F8F;
}
</style>
background-color css
<style>
a { background-color: #076F8F; }
a { background-color: rgb(7,111,143); }
div.DivClassName
{
background-color: #076F8F;
}
.BgClassName
{
background-color: #076F8F;
}
</style>
border-color css
<style>
span { border-color: #076F8F; }
span { border-color: rgb(7,111,143); }
td.TdClassName
{
border-color: #076F8F;
}
.TagClassName
{
border-color: #076F8F;
}
</style>