Shades of Cerulean #076DA1
Tints of Cerulean #076DA1
RGB
CMYK
RGB Variations
Color information
#076DA1 (or 0x076DA1) is known color: Cerulean. HEX triplet: 07, 6D and A1. RGB value is (7,109,161). Sum of RGB (Red+Green+Blue) = 7+109+161=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 161 (63.28% from 255 or 58.12% from 277); Max value from RGB is 161 - color contains mainly: blue. Hex color #076DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DA1 is #F8925E. Grayscale: #545454. Windows color (decimal): -16290399 or 10579207. OLE color: 10579207.
HSL color Cylindrical-coordinate representation of color #076DA1: hue angle of 200.26º 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 #076DA1 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 109 | 161 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.37 |
| HSL | 200.26º | 0.92% | 0.33% | - |
| HSV(B) | 200.26º | 0.96% | 0.63% | - |
| XYZ | 11.99 | 13.56 | 35.7 | - |
| YUV | 84.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 161 | 0.96 | 0.32 | 0 | 0.37 | 200.26 | 0.92 | 0.33 |
| Hex | 7 | 6D | A1 | 60 | 20 | 0 | 25 | C8 | 5C | 21 |
| Octal | 7 | 155 | 241 | 140 | 40 | 0 | 45 | 310 | 134 | 41 |
| Binary | 111 | 1101101 | 10100001 | 1100000 | 100000 | 0 | 100101 | 11001000 | 1011100 | 100001 |
Color Harmonies of #076DA1
Complementary color
Monochromatic Colors of #076DA1
Black with #076DA1
Text Example
Text Example
White with #076DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DA1; }
p { color: rgb(7,109,161); }
H1.HeaderClassName
{
color: #076DA1;
}
.AnyTagClassName
{
color: #076DA1;
}
</style>
background-color css
<style>
a { background-color: #076DA1; }
a { background-color: rgb(7,109,161); }
div.DivClassName
{
background-color: #076DA1;
}
.BgClassName
{
background-color: #076DA1;
}
</style>
border-color css
<style>
span { border-color: #076DA1; }
span { border-color: rgb(7,109,161); }
td.TdClassName
{
border-color: #076DA1;
}
.TagClassName
{
border-color: #076DA1;
}
</style>