Shades of Cerulean #076FA2
Tints of Cerulean #076FA2
RGB
CMYK
RGB Variations
Color information
#076FA2 (or 0x076FA2) is known color: Cerulean. HEX triplet: 07, 6F and A2. RGB value is (7,111,162). Sum of RGB (Red+Green+Blue) = 7+111+162=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 162 (63.67% from 255 or 57.86% from 280); Max value from RGB is 162 - color contains mainly: blue. Hex color #076FA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076FA2 is #F8905D. Grayscale: #555555. Windows color (decimal): -16289886 or 10645255. OLE color: 10645255.
HSL color Cylindrical-coordinate representation of color #076FA2: hue angle of 199.74º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076FA2 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 111 | 162 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.36 |
| HSL | 199.74º | 0.92% | 0.33% | - |
| HSV(B) | 199.74º | 0.96% | 0.64% | - |
| XYZ | 12.29 | 14.02 | 36.24 | - |
| YUV | 85.72 | 171.04 | 71.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 162 | 0.96 | 0.31 | 0 | 0.36 | 199.74 | 0.92 | 0.33 |
| Hex | 7 | 6F | A2 | 60 | 1F | 0 | 24 | C8 | 5C | 21 |
| Octal | 7 | 157 | 242 | 140 | 37 | 0 | 44 | 310 | 134 | 41 |
| Binary | 111 | 1101111 | 10100010 | 1100000 | 11111 | 0 | 100100 | 11001000 | 1011100 | 100001 |
Color Harmonies of #076FA2
Complementary color
Monochromatic Colors of #076FA2
Black with #076FA2
Text Example
Text Example
White with #076FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FA2; }
p { color: rgb(7,111,162); }
H1.HeaderClassName
{
color: #076FA2;
}
.AnyTagClassName
{
color: #076FA2;
}
</style>
background-color css
<style>
a { background-color: #076FA2; }
a { background-color: rgb(7,111,162); }
div.DivClassName
{
background-color: #076FA2;
}
.BgClassName
{
background-color: #076FA2;
}
</style>
border-color css
<style>
span { border-color: #076FA2; }
span { border-color: rgb(7,111,162); }
td.TdClassName
{
border-color: #076FA2;
}
.TagClassName
{
border-color: #076FA2;
}
</style>