Shades of Cerulean #076DA3
Tints of Cerulean #076DA3
RGB
CMYK
RGB Variations
Color information
#076DA3 (or 0x076DA3) is known color: Cerulean. HEX triplet: 07, 6D and A3. RGB value is (7,109,163). Sum of RGB (Red+Green+Blue) = 7+109+163=279 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.51% from 279); Green value is 109 (42.97% from 255 or 39.07% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #076DA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DA3 is #F8925C. Grayscale: #545454. Windows color (decimal): -16290397 or 10710279. OLE color: 10710279.
HSL color Cylindrical-coordinate representation of color #076DA3: hue angle of 200.77º 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 #076DA3 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 109 | 163 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.36 |
| HSL | 200.77º | 0.92% | 0.33% | - |
| HSV(B) | 200.77º | 0.96% | 0.64% | - |
| XYZ | 12.17 | 13.63 | 36.64 | - |
| YUV | 84.66 | 172.21 | 72.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 163 | 0.96 | 0.33 | 0 | 0.36 | 200.77 | 0.92 | 0.33 |
| Hex | 7 | 6D | A3 | 60 | 21 | 0 | 24 | C9 | 5C | 21 |
| Octal | 7 | 155 | 243 | 140 | 41 | 0 | 44 | 311 | 134 | 41 |
| Binary | 111 | 1101101 | 10100011 | 1100000 | 100001 | 0 | 100100 | 11001001 | 1011100 | 100001 |
Color Harmonies of #076DA3
Complementary color
Monochromatic Colors of #076DA3
Black with #076DA3
Text Example
Text Example
White with #076DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DA3; }
p { color: rgb(7,109,163); }
H1.HeaderClassName
{
color: #076DA3;
}
.AnyTagClassName
{
color: #076DA3;
}
</style>
background-color css
<style>
a { background-color: #076DA3; }
a { background-color: rgb(7,109,163); }
div.DivClassName
{
background-color: #076DA3;
}
.BgClassName
{
background-color: #076DA3;
}
</style>
border-color css
<style>
span { border-color: #076DA3; }
span { border-color: rgb(7,109,163); }
td.TdClassName
{
border-color: #076DA3;
}
.TagClassName
{
border-color: #076DA3;
}
</style>