Shades of Cerulean #076D9B
Tints of Cerulean #076D9B
RGB
CMYK
RGB Variations
Color information
#076D9B (or 0x076D9B) is known color: Cerulean. HEX triplet: 07, 6D and 9B. RGB value is (7,109,155). Sum of RGB (Red+Green+Blue) = 7+109+155=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #076D9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076D9B is #F89264. Grayscale: #535353. Windows color (decimal): -16290405 or 10185991. OLE color: 10185991.
HSL color Cylindrical-coordinate representation of color #076D9B: hue angle of 198.65º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #076D9B is Cyan = 0.95, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 109 | 155 | - |
| CMYK | 0.95 | 0.30 | 0 | 0.39 |
| HSL | 198.65º | 0.91% | 0.32% | - |
| HSV(B) | 198.65º | 0.95% | 0.61% | - |
| XYZ | 11.47 | 13.35 | 32.98 | - |
| YUV | 83.75 | 168.21 | 73.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 155 | 0.95 | 0.30 | 0 | 0.39 | 198.65 | 0.91 | 0.32 |
| Hex | 7 | 6D | 9B | 5F | 1E | 0 | 27 | C7 | 5B | 20 |
| Octal | 7 | 155 | 233 | 137 | 36 | 0 | 47 | 307 | 133 | 40 |
| Binary | 111 | 1101101 | 10011011 | 1011111 | 11110 | 0 | 100111 | 11000111 | 1011011 | 100000 |
Color Harmonies of #076D9B
Complementary color
Monochromatic Colors of #076D9B
Black with #076D9B
Text Example
Text Example
White with #076D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076D9B; }
p { color: rgb(7,109,155); }
H1.HeaderClassName
{
color: #076D9B;
}
.AnyTagClassName
{
color: #076D9B;
}
</style>
background-color css
<style>
a { background-color: #076D9B; }
a { background-color: rgb(7,109,155); }
div.DivClassName
{
background-color: #076D9B;
}
.BgClassName
{
background-color: #076D9B;
}
</style>
border-color css
<style>
span { border-color: #076D9B; }
span { border-color: rgb(7,109,155); }
td.TdClassName
{
border-color: #076D9B;
}
.TagClassName
{
border-color: #076D9B;
}
</style>