Shades of Cerulean #076BA1
Tints of Cerulean #076BA1
RGB
CMYK
RGB Variations
Color information
#076BA1 (or 0x076BA1) is known color: Cerulean. HEX triplet: 07, 6B and A1. RGB value is (7,107,161). Sum of RGB (Red+Green+Blue) = 7+107+161=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #076BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076BA1 is #F8945E. Grayscale: #525252. Windows color (decimal): -16290911 or 10578695. OLE color: 10578695.
HSL color Cylindrical-coordinate representation of color #076BA1: hue angle of 201.04º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BA1 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 107 | 161 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.37 |
| HSL | 201.04º | 0.92% | 0.33% | - |
| HSV(B) | 201.04º | 0.96% | 0.63% | - |
| XYZ | 11.78 | 13.13 | 35.63 | - |
| YUV | 83.26 | 171.87 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 161 | 0.96 | 0.34 | 0 | 0.37 | 201.04 | 0.92 | 0.33 |
| Hex | 7 | 6B | A1 | 60 | 22 | 0 | 25 | C9 | 5C | 21 |
| Octal | 7 | 153 | 241 | 140 | 42 | 0 | 45 | 311 | 134 | 41 |
| Binary | 111 | 1101011 | 10100001 | 1100000 | 100010 | 0 | 100101 | 11001001 | 1011100 | 100001 |
Color Harmonies of #076BA1
Complementary color
Monochromatic Colors of #076BA1
Black with #076BA1
Text Example
Text Example
White with #076BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076BA1; }
p { color: rgb(7,107,161); }
H1.HeaderClassName
{
color: #076BA1;
}
.AnyTagClassName
{
color: #076BA1;
}
</style>
background-color css
<style>
a { background-color: #076BA1; }
a { background-color: rgb(7,107,161); }
div.DivClassName
{
background-color: #076BA1;
}
.BgClassName
{
background-color: #076BA1;
}
</style>
border-color css
<style>
span { border-color: #076BA1; }
span { border-color: rgb(7,107,161); }
td.TdClassName
{
border-color: #076BA1;
}
.TagClassName
{
border-color: #076BA1;
}
</style>