Shades of Cerulean #076D9E
Tints of Cerulean #076D9E
RGB
CMYK
RGB Variations
Color information
#076D9E (or 0x076D9E) is known color: Cerulean. HEX triplet: 07, 6D and 9E. RGB value is (7,109,158). Sum of RGB (Red+Green+Blue) = 7+109+158=274 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 158 (62.11% from 255 or 57.66% from 274); Max value from RGB is 158 - color contains mainly: blue. Hex color #076D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D9E is #F89261. Grayscale: #535353. Windows color (decimal): -16290402 or 10382599. OLE color: 10382599.
HSL color Cylindrical-coordinate representation of color #076D9E: hue angle of 199.47º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076D9E is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 109 | 158 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.38 |
| HSL | 199.47º | 0.92% | 0.32% | - |
| HSV(B) | 199.47º | 0.96% | 0.62% | - |
| XYZ | 11.73 | 13.45 | 34.33 | - |
| YUV | 84.09 | 169.71 | 73.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 158 | 0.96 | 0.31 | 0 | 0.38 | 199.47 | 0.92 | 0.32 |
| Hex | 7 | 6D | 9E | 60 | 1F | 0 | 26 | C7 | 5C | 20 |
| Octal | 7 | 155 | 236 | 140 | 37 | 0 | 46 | 307 | 134 | 40 |
| Binary | 111 | 1101101 | 10011110 | 1100000 | 11111 | 0 | 100110 | 11000111 | 1011100 | 100000 |
Color Harmonies of #076D9E
Complementary color
Monochromatic Colors of #076D9E
Black with #076D9E
Text Example
Text Example
White with #076D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D9E; }
p { color: rgb(7,109,158); }
H1.HeaderClassName
{
color: #076D9E;
}
.AnyTagClassName
{
color: #076D9E;
}
</style>
background-color css
<style>
a { background-color: #076D9E; }
a { background-color: rgb(7,109,158); }
div.DivClassName
{
background-color: #076D9E;
}
.BgClassName
{
background-color: #076D9E;
}
</style>
border-color css
<style>
span { border-color: #076D9E; }
span { border-color: rgb(7,109,158); }
td.TdClassName
{
border-color: #076D9E;
}
.TagClassName
{
border-color: #076D9E;
}
</style>