Shades of Cerulean #076AAF
Tints of Cerulean #076AAF
RGB
CMYK
RGB Variations
Color information
#076AAF (or 0x076AAF) is known color: Cerulean. HEX triplet: 07, 6A and AF. RGB value is (7,106,175). Sum of RGB (Red+Green+Blue) = 7+106+175=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 106 (41.80% from 255 or 36.81% from 288); Blue value is 175 (68.75% from 255 or 60.76% from 288); Max value from RGB is 175 - color contains mainly: blue. Hex color #076AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AAF is #F89550. Grayscale: #535353. Windows color (decimal): -16291153 or 11495943. OLE color: 11495943.
HSL color Cylindrical-coordinate representation of color #076AAF: hue angle of 204.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076AAF is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 106 | 175 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.31 |
| HSL | 204.64º | 0.92% | 0.36% | - |
| HSV(B) | 204.64º | 0.96% | 0.69% | - |
| XYZ | 12.98 | 13.45 | 42.47 | - |
| YUV | 84.27 | 179.2 | 72.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 175 | 0.96 | 0.39 | 0 | 0.31 | 204.64 | 0.92 | 0.36 |
| Hex | 7 | 6A | AF | 60 | 27 | 0 | 1F | CD | 5C | 24 |
| Octal | 7 | 152 | 257 | 140 | 47 | 0 | 37 | 315 | 134 | 44 |
| Binary | 111 | 1101010 | 10101111 | 1100000 | 100111 | 0 | 11111 | 11001101 | 1011100 | 100100 |
Color Harmonies of #076AAF
Complementary color
Monochromatic Colors of #076AAF
Black with #076AAF
Text Example
Text Example
White with #076AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AAF; }
p { color: rgb(7,106,175); }
H1.HeaderClassName
{
color: #076AAF;
}
.AnyTagClassName
{
color: #076AAF;
}
</style>
background-color css
<style>
a { background-color: #076AAF; }
a { background-color: rgb(7,106,175); }
div.DivClassName
{
background-color: #076AAF;
}
.BgClassName
{
background-color: #076AAF;
}
</style>
border-color css
<style>
span { border-color: #076AAF; }
span { border-color: rgb(7,106,175); }
td.TdClassName
{
border-color: #076AAF;
}
.TagClassName
{
border-color: #076AAF;
}
</style>