Shades of Cerulean #076DAE
Tints of Cerulean #076DAE
RGB
CMYK
RGB Variations
Color information
#076DAE (or 0x076DAE) is known color: Cerulean. HEX triplet: 07, 6D and AE. RGB value is (7,109,174). Sum of RGB (Red+Green+Blue) = 7+109+174=290 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 290); Green value is 109 (42.97% from 255 or 37.59% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #076DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAE is #F89251. Grayscale: #555555. Windows color (decimal): -16290386 or 11431175. OLE color: 11431175.
HSL color Cylindrical-coordinate representation of color #076DAE: hue angle of 203.35º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DAE is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 109 | 174 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.32 |
| HSL | 203.35º | 0.92% | 0.35% | - |
| HSV(B) | 203.35º | 0.96% | 0.68% | - |
| XYZ | 13.2 | 14.04 | 42.06 | - |
| YUV | 85.91 | 177.71 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 174 | 0.96 | 0.37 | 0 | 0.32 | 203.35 | 0.92 | 0.35 |
| Hex | 7 | 6D | AE | 60 | 25 | 0 | 20 | CB | 5C | 23 |
| Octal | 7 | 155 | 256 | 140 | 45 | 0 | 40 | 313 | 134 | 43 |
| Binary | 111 | 1101101 | 10101110 | 1100000 | 100101 | 0 | 100000 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076DAE
Complementary color
Monochromatic Colors of #076DAE
Black with #076DAE
Text Example
Text Example
White with #076DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DAE; }
p { color: rgb(7,109,174); }
H1.HeaderClassName
{
color: #076DAE;
}
.AnyTagClassName
{
color: #076DAE;
}
</style>
background-color css
<style>
a { background-color: #076DAE; }
a { background-color: rgb(7,109,174); }
div.DivClassName
{
background-color: #076DAE;
}
.BgClassName
{
background-color: #076DAE;
}
</style>
border-color css
<style>
span { border-color: #076DAE; }
span { border-color: rgb(7,109,174); }
td.TdClassName
{
border-color: #076DAE;
}
.TagClassName
{
border-color: #076DAE;
}
</style>