Shades of Cerulean #076CAC
Tints of Cerulean #076CAC
RGB
CMYK
RGB Variations
Color information
#076CAC (or 0x076CAC) is known color: Cerulean. HEX triplet: 07, 6C and AC. RGB value is (7,108,172). Sum of RGB (Red+Green+Blue) = 7+108+172=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 108 (42.58% from 255 or 37.63% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #076CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076CAC is #F89353. Grayscale: #545454. Windows color (decimal): -16290644 or 11299847. OLE color: 11299847.
HSL color Cylindrical-coordinate representation of color #076CAC: hue angle of 203.27º 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 #076CAC is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 108 | 172 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.33 |
| HSL | 203.27º | 0.92% | 0.35% | - |
| HSV(B) | 203.27º | 0.96% | 0.67% | - |
| XYZ | 12.9 | 13.75 | 41 | - |
| YUV | 85.1 | 177.04 | 72.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 172 | 0.96 | 0.37 | 0 | 0.33 | 203.27 | 0.92 | 0.35 |
| Hex | 7 | 6C | AC | 60 | 25 | 0 | 21 | CB | 5C | 23 |
| Octal | 7 | 154 | 254 | 140 | 45 | 0 | 41 | 313 | 134 | 43 |
| Binary | 111 | 1101100 | 10101100 | 1100000 | 100101 | 0 | 100001 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076CAC
Complementary color
Monochromatic Colors of #076CAC
Black with #076CAC
Text Example
Text Example
White with #076CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076CAC; }
p { color: rgb(7,108,172); }
H1.HeaderClassName
{
color: #076CAC;
}
.AnyTagClassName
{
color: #076CAC;
}
</style>
background-color css
<style>
a { background-color: #076CAC; }
a { background-color: rgb(7,108,172); }
div.DivClassName
{
background-color: #076CAC;
}
.BgClassName
{
background-color: #076CAC;
}
</style>
border-color css
<style>
span { border-color: #076CAC; }
span { border-color: rgb(7,108,172); }
td.TdClassName
{
border-color: #076CAC;
}
.TagClassName
{
border-color: #076CAC;
}
</style>