Shades of Cerulean #076AAB
Tints of Cerulean #076AAB
RGB
CMYK
RGB Variations
Color information
#076AAB (or 0x076AAB) is known color: Cerulean. HEX triplet: 07, 6A and AB. RGB value is (7,106,171). Sum of RGB (Red+Green+Blue) = 7+106+171=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 106 (41.80% from 255 or 37.32% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #076AAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076AAB is #F89554. Grayscale: #535353. Windows color (decimal): -16291157 or 11233799. OLE color: 11233799.
HSL color Cylindrical-coordinate representation of color #076AAB: hue angle of 203.78º 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 #076AAB is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 106 | 171 | - |
| CMYK | 0.96 | 0.38 | 0 | 0.33 |
| HSL | 203.78º | 0.92% | 0.35% | - |
| HSV(B) | 203.78º | 0.96% | 0.67% | - |
| XYZ | 12.59 | 13.29 | 40.43 | - |
| YUV | 83.81 | 177.2 | 73.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 106 | 171 | 0.96 | 0.38 | 0 | 0.33 | 203.78 | 0.92 | 0.35 |
| Hex | 7 | 6A | AB | 60 | 26 | 0 | 21 | CC | 5C | 23 |
| Octal | 7 | 152 | 253 | 140 | 46 | 0 | 41 | 314 | 134 | 43 |
| Binary | 111 | 1101010 | 10101011 | 1100000 | 100110 | 0 | 100001 | 11001100 | 1011100 | 100011 |
Color Harmonies of #076AAB
Complementary color
Monochromatic Colors of #076AAB
Black with #076AAB
Text Example
Text Example
White with #076AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076AAB; }
p { color: rgb(7,106,171); }
H1.HeaderClassName
{
color: #076AAB;
}
.AnyTagClassName
{
color: #076AAB;
}
</style>
background-color css
<style>
a { background-color: #076AAB; }
a { background-color: rgb(7,106,171); }
div.DivClassName
{
background-color: #076AAB;
}
.BgClassName
{
background-color: #076AAB;
}
</style>
border-color css
<style>
span { border-color: #076AAB; }
span { border-color: rgb(7,106,171); }
td.TdClassName
{
border-color: #076AAB;
}
.TagClassName
{
border-color: #076AAB;
}
</style>