Shades of Cerulean #076EAA
Tints of Cerulean #076EAA
RGB
CMYK
RGB Variations
Color information
#076EAA (or 0x076EAA) is known color: Cerulean. HEX triplet: 07, 6E and AA. RGB value is (7,110,170). Sum of RGB (Red+Green+Blue) = 7+110+170=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 110 (43.36% from 255 or 38.33% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #076EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EAA is #F89155. Grayscale: #555555. Windows color (decimal): -16290134 or 11169287. OLE color: 11169287.
HSL color Cylindrical-coordinate representation of color #076EAA: hue angle of 202.09º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076EAA is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 110 | 170 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.33 |
| HSL | 202.09º | 0.92% | 0.35% | - |
| HSV(B) | 202.09º | 0.96% | 0.67% | - |
| XYZ | 12.92 | 14.1 | 40.07 | - |
| YUV | 86.04 | 175.38 | 71.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 170 | 0.96 | 0.35 | 0 | 0.33 | 202.09 | 0.92 | 0.35 |
| Hex | 7 | 6E | AA | 60 | 23 | 0 | 21 | CA | 5C | 23 |
| Octal | 7 | 156 | 252 | 140 | 43 | 0 | 41 | 312 | 134 | 43 |
| Binary | 111 | 1101110 | 10101010 | 1100000 | 100011 | 0 | 100001 | 11001010 | 1011100 | 100011 |
Color Harmonies of #076EAA
Complementary color
Monochromatic Colors of #076EAA
Black with #076EAA
Text Example
Text Example
White with #076EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EAA; }
p { color: rgb(7,110,170); }
H1.HeaderClassName
{
color: #076EAA;
}
.AnyTagClassName
{
color: #076EAA;
}
</style>
background-color css
<style>
a { background-color: #076EAA; }
a { background-color: rgb(7,110,170); }
div.DivClassName
{
background-color: #076EAA;
}
.BgClassName
{
background-color: #076EAA;
}
</style>
border-color css
<style>
span { border-color: #076EAA; }
span { border-color: rgb(7,110,170); }
td.TdClassName
{
border-color: #076EAA;
}
.TagClassName
{
border-color: #076EAA;
}
</style>