Shades of Cerulean #076EA3
Tints of Cerulean #076EA3
RGB
CMYK
RGB Variations
Color information
#076EA3 (or 0x076EA3) is known color: Cerulean. HEX triplet: 07, 6E and A3. RGB value is (7,110,163). Sum of RGB (Red+Green+Blue) = 7+110+163=280 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.5% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 163 (64.06% from 255 or 58.21% from 280); Max value from RGB is 163 - color contains mainly: blue. Hex color #076EA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076EA3 is #F8915C. Grayscale: #545454. Windows color (decimal): -16290141 or 10710535. OLE color: 10710535.
HSL color Cylindrical-coordinate representation of color #076EA3: hue angle of 200.38º 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 #076EA3 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 110 | 163 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.36 |
| HSL | 200.38º | 0.92% | 0.33% | - |
| HSV(B) | 200.38º | 0.96% | 0.64% | - |
| XYZ | 12.27 | 13.84 | 36.68 | - |
| YUV | 85.25 | 171.88 | 72.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 110 | 163 | 0.96 | 0.33 | 0 | 0.36 | 200.38 | 0.92 | 0.33 |
| Hex | 7 | 6E | A3 | 60 | 21 | 0 | 24 | C8 | 5C | 21 |
| Octal | 7 | 156 | 243 | 140 | 41 | 0 | 44 | 310 | 134 | 41 |
| Binary | 111 | 1101110 | 10100011 | 1100000 | 100001 | 0 | 100100 | 11001000 | 1011100 | 100001 |
Color Harmonies of #076EA3
Complementary color
Monochromatic Colors of #076EA3
Black with #076EA3
Text Example
Text Example
White with #076EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076EA3; }
p { color: rgb(7,110,163); }
H1.HeaderClassName
{
color: #076EA3;
}
.AnyTagClassName
{
color: #076EA3;
}
</style>
background-color css
<style>
a { background-color: #076EA3; }
a { background-color: rgb(7,110,163); }
div.DivClassName
{
background-color: #076EA3;
}
.BgClassName
{
background-color: #076EA3;
}
</style>
border-color css
<style>
span { border-color: #076EA3; }
span { border-color: rgb(7,110,163); }
td.TdClassName
{
border-color: #076EA3;
}
.TagClassName
{
border-color: #076EA3;
}
</style>