Shades of Cerulean #076DAC
Tints of Cerulean #076DAC
RGB
CMYK
RGB Variations
Color information
#076DAC (or 0x076DAC) is known color: Cerulean. HEX triplet: 07, 6D and AC. RGB value is (7,109,172). Sum of RGB (Red+Green+Blue) = 7+109+172=288 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.43% from 288); Green value is 109 (42.97% from 255 or 37.85% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #076DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAC is #F89253. Grayscale: #555555. Windows color (decimal): -16290388 or 11300103. OLE color: 11300103.
HSL color Cylindrical-coordinate representation of color #076DAC: hue angle of 202.91º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DAC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 109 | 172 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.33 |
| HSL | 202.91º | 0.92% | 0.35% | - |
| HSV(B) | 202.91º | 0.96% | 0.67% | - |
| XYZ | 13 | 13.96 | 41.04 | - |
| YUV | 85.68 | 176.71 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 172 | 0.96 | 0.37 | 0 | 0.33 | 202.91 | 0.92 | 0.35 |
| Hex | 7 | 6D | AC | 60 | 25 | 0 | 21 | CB | 5C | 23 |
| Octal | 7 | 155 | 254 | 140 | 45 | 0 | 41 | 313 | 134 | 43 |
| Binary | 111 | 1101101 | 10101100 | 1100000 | 100101 | 0 | 100001 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076DAC
Complementary color
Monochromatic Colors of #076DAC
Black with #076DAC
Text Example
Text Example
White with #076DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DAC; }
p { color: rgb(7,109,172); }
H1.HeaderClassName
{
color: #076DAC;
}
.AnyTagClassName
{
color: #076DAC;
}
</style>
background-color css
<style>
a { background-color: #076DAC; }
a { background-color: rgb(7,109,172); }
div.DivClassName
{
background-color: #076DAC;
}
.BgClassName
{
background-color: #076DAC;
}
</style>
border-color css
<style>
span { border-color: #076DAC; }
span { border-color: rgb(7,109,172); }
td.TdClassName
{
border-color: #076DAC;
}
.TagClassName
{
border-color: #076DAC;
}
</style>