Shades of Cerulean #076F99
Tints of Cerulean #076F99
RGB
CMYK
RGB Variations
Color information
#076F99 (or 0x076F99) is known color: Cerulean. HEX triplet: 07, 6F and 99. RGB value is (7,111,153). Sum of RGB (Red+Green+Blue) = 7+111+153=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 111 (43.75% from 255 or 40.96% from 271); Blue value is 153 (60.16% from 255 or 56.46% from 271); Max value from RGB is 153 - color contains mainly: blue. Hex color #076F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076F99 is #F89066. Grayscale: #545454. Windows color (decimal): -16289895 or 10055431. OLE color: 10055431.
HSL color Cylindrical-coordinate representation of color #076F99: hue angle of 197.26º 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 #076F99 is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 7 | 111 | 153 | - |
| CMYK | 0.95 | 0.27 | 0 | 0.4 |
| HSL | 197.26º | 0.91% | 0.31% | - |
| HSV(B) | 197.26º | 0.95% | 0.6% | - |
| XYZ | 11.52 | 13.71 | 32.18 | - |
| YUV | 84.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 153 | 0.95 | 0.27 | 0 | 0.4 | 197.26 | 0.91 | 0.31 |
| Hex | 7 | 6F | 99 | 5F | 1B | 0 | 28 | C5 | 5B | 1F |
| Octal | 7 | 157 | 231 | 137 | 33 | 0 | 50 | 305 | 133 | 37 |
| Binary | 111 | 1101111 | 10011001 | 1011111 | 11011 | 0 | 101000 | 11000101 | 1011011 | 11111 |
Color Harmonies of #076F99
Complementary color
Monochromatic Colors of #076F99
Black with #076F99
Text Example
Text Example
White with #076F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F99; }
p { color: rgb(7,111,153); }
H1.HeaderClassName
{
color: #076F99;
}
.AnyTagClassName
{
color: #076F99;
}
</style>
background-color css
<style>
a { background-color: #076F99; }
a { background-color: rgb(7,111,153); }
div.DivClassName
{
background-color: #076F99;
}
.BgClassName
{
background-color: #076F99;
}
</style>
border-color css
<style>
span { border-color: #076F99; }
span { border-color: rgb(7,111,153); }
td.TdClassName
{
border-color: #076F99;
}
.TagClassName
{
border-color: #076F99;
}
</style>