Shades of Cerulean #076DA0
Tints of Cerulean #076DA0
RGB
CMYK
RGB Variations
Color information
#076DA0 (or 0x076DA0) is known color: Cerulean. HEX triplet: 07, 6D and A0. RGB value is (7,109,160). Sum of RGB (Red+Green+Blue) = 7+109+160=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 109 (42.97% from 255 or 39.49% from 276); Blue value is 160 (62.89% from 255 or 57.97% from 276); Max value from RGB is 160 - color contains mainly: blue. Hex color #076DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DA0 is #F8925F. Grayscale: #545454. Windows color (decimal): -16290400 or 10513671. OLE color: 10513671.
HSL color Cylindrical-coordinate representation of color #076DA0: hue angle of 200º 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 #076DA0 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 109 | 160 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.37 |
| HSL | 200º | 0.92% | 0.33% | - |
| HSV(B) | 200º | 0.96% | 0.63% | - |
| XYZ | 11.9 | 13.52 | 35.24 | - |
| YUV | 84.32 | 170.71 | 72.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 160 | 0.96 | 0.32 | 0 | 0.37 | 200 | 0.92 | 0.33 |
| Hex | 7 | 6D | A0 | 60 | 20 | 0 | 25 | C8 | 5C | 21 |
| Octal | 7 | 155 | 240 | 140 | 40 | 0 | 45 | 310 | 134 | 41 |
| Binary | 111 | 1101101 | 10100000 | 1100000 | 100000 | 0 | 100101 | 11001000 | 1011100 | 100001 |
Color Harmonies of #076DA0
Complementary color
Monochromatic Colors of #076DA0
Black with #076DA0
Text Example
Text Example
White with #076DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DA0; }
p { color: rgb(7,109,160); }
H1.HeaderClassName
{
color: #076DA0;
}
.AnyTagClassName
{
color: #076DA0;
}
</style>
background-color css
<style>
a { background-color: #076DA0; }
a { background-color: rgb(7,109,160); }
div.DivClassName
{
background-color: #076DA0;
}
.BgClassName
{
background-color: #076DA0;
}
</style>
border-color css
<style>
span { border-color: #076DA0; }
span { border-color: rgb(7,109,160); }
td.TdClassName
{
border-color: #076DA0;
}
.TagClassName
{
border-color: #076DA0;
}
</style>