Shades of Cerulean #076CAE
Tints of Cerulean #076CAE
RGB
CMYK
RGB Variations
Color information
#076CAE (or 0x076CAE) is known color: Cerulean. HEX triplet: 07, 6C and AE. RGB value is (7,108,174). Sum of RGB (Red+Green+Blue) = 7+108+174=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 108 (42.58% from 255 or 37.37% from 289); Blue value is 174 (68.36% from 255 or 60.21% from 289); Max value from RGB is 174 - color contains mainly: blue. Hex color #076CAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076CAE is #F89351. Grayscale: #545454. Windows color (decimal): -16290642 or 11430919. OLE color: 11430919.
HSL color Cylindrical-coordinate representation of color #076CAE: hue angle of 203.71º 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 #076CAE is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 108 | 174 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.32 |
| HSL | 203.71º | 0.92% | 0.35% | - |
| HSV(B) | 203.71º | 0.96% | 0.68% | - |
| XYZ | 13.09 | 13.83 | 42.02 | - |
| YUV | 85.33 | 178.04 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 174 | 0.96 | 0.38 | 0 | 0.32 | 203.71 | 0.92 | 0.35 |
| Hex | 7 | 6C | AE | 60 | 26 | 0 | 20 | CC | 5C | 23 |
| Octal | 7 | 154 | 256 | 140 | 46 | 0 | 40 | 314 | 134 | 43 |
| Binary | 111 | 1101100 | 10101110 | 1100000 | 100110 | 0 | 100000 | 11001100 | 1011100 | 100011 |
Color Harmonies of #076CAE
Complementary color
Monochromatic Colors of #076CAE
Black with #076CAE
Text Example
Text Example
White with #076CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CAE; }
p { color: rgb(7,108,174); }
H1.HeaderClassName
{
color: #076CAE;
}
.AnyTagClassName
{
color: #076CAE;
}
</style>
background-color css
<style>
a { background-color: #076CAE; }
a { background-color: rgb(7,108,174); }
div.DivClassName
{
background-color: #076CAE;
}
.BgClassName
{
background-color: #076CAE;
}
</style>
border-color css
<style>
span { border-color: #076CAE; }
span { border-color: rgb(7,108,174); }
td.TdClassName
{
border-color: #076CAE;
}
.TagClassName
{
border-color: #076CAE;
}
</style>