Shades of Cerulean #076FA1
Tints of Cerulean #076FA1
RGB
CMYK
RGB Variations
Color information
#076FA1 (or 0x076FA1) is known color: Cerulean. HEX triplet: 07, 6F and A1. RGB value is (7,111,161). Sum of RGB (Red+Green+Blue) = 7+111+161=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 161 (63.28% from 255 or 57.71% from 279); Max value from RGB is 161 - color contains mainly: blue. Hex color #076FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076FA1 is #F8905E. Grayscale: #555555. Windows color (decimal): -16289887 or 10579719. OLE color: 10579719.
HSL color Cylindrical-coordinate representation of color #076FA1: hue angle of 199.48º 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 #076FA1 is Cyan = 0.96, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 111 | 161 | - |
| CMYK | 0.96 | 0.31 | 0 | 0.37 |
| HSL | 199.48º | 0.92% | 0.33% | - |
| HSV(B) | 199.48º | 0.96% | 0.63% | - |
| XYZ | 12.21 | 13.99 | 35.77 | - |
| YUV | 85.6 | 170.54 | 71.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 161 | 0.96 | 0.31 | 0 | 0.37 | 199.48 | 0.92 | 0.33 |
| Hex | 7 | 6F | A1 | 60 | 1F | 0 | 25 | C7 | 5C | 21 |
| Octal | 7 | 157 | 241 | 140 | 37 | 0 | 45 | 307 | 134 | 41 |
| Binary | 111 | 1101111 | 10100001 | 1100000 | 11111 | 0 | 100101 | 11000111 | 1011100 | 100001 |
Color Harmonies of #076FA1
Complementary color
Monochromatic Colors of #076FA1
Black with #076FA1
Text Example
Text Example
White with #076FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076FA1; }
p { color: rgb(7,111,161); }
H1.HeaderClassName
{
color: #076FA1;
}
.AnyTagClassName
{
color: #076FA1;
}
</style>
background-color css
<style>
a { background-color: #076FA1; }
a { background-color: rgb(7,111,161); }
div.DivClassName
{
background-color: #076FA1;
}
.BgClassName
{
background-color: #076FA1;
}
</style>
border-color css
<style>
span { border-color: #076FA1; }
span { border-color: rgb(7,111,161); }
td.TdClassName
{
border-color: #076FA1;
}
.TagClassName
{
border-color: #076FA1;
}
</style>