Shades of Cerulean #076B9E
Tints of Cerulean #076B9E
RGB
CMYK
RGB Variations
Color information
#076B9E (or 0x076B9E) is known color: Cerulean. HEX triplet: 07, 6B and 9E. RGB value is (7,107,158). Sum of RGB (Red+Green+Blue) = 7+107+158=272 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.57% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 158 (62.11% from 255 or 58.09% from 272); Max value from RGB is 158 - color contains mainly: blue. Hex color #076B9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076B9E is #F89461. Grayscale: #525252. Windows color (decimal): -16290914 or 10382087. OLE color: 10382087.
HSL color Cylindrical-coordinate representation of color #076B9E: hue angle of 200.26º 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 #076B9E is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 107 | 158 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.38 |
| HSL | 200.26º | 0.92% | 0.32% | - |
| HSV(B) | 200.26º | 0.96% | 0.62% | - |
| XYZ | 11.52 | 13.03 | 34.26 | - |
| YUV | 82.91 | 170.37 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 158 | 0.96 | 0.32 | 0 | 0.38 | 200.26 | 0.92 | 0.32 |
| Hex | 7 | 6B | 9E | 60 | 20 | 0 | 26 | C8 | 5C | 20 |
| Octal | 7 | 153 | 236 | 140 | 40 | 0 | 46 | 310 | 134 | 40 |
| Binary | 111 | 1101011 | 10011110 | 1100000 | 100000 | 0 | 100110 | 11001000 | 1011100 | 100000 |
Color Harmonies of #076B9E
Complementary color
Monochromatic Colors of #076B9E
Black with #076B9E
Text Example
Text Example
White with #076B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B9E; }
p { color: rgb(7,107,158); }
H1.HeaderClassName
{
color: #076B9E;
}
.AnyTagClassName
{
color: #076B9E;
}
</style>
background-color css
<style>
a { background-color: #076B9E; }
a { background-color: rgb(7,107,158); }
div.DivClassName
{
background-color: #076B9E;
}
.BgClassName
{
background-color: #076B9E;
}
</style>
border-color css
<style>
span { border-color: #076B9E; }
span { border-color: rgb(7,107,158); }
td.TdClassName
{
border-color: #076B9E;
}
.TagClassName
{
border-color: #076B9E;
}
</style>