Shades of Cerulean #076DAD
Tints of Cerulean #076DAD
RGB
CMYK
RGB Variations
Color information
#076DAD (or 0x076DAD) is known color: Cerulean. HEX triplet: 07, 6D and AD. RGB value is (7,109,173). Sum of RGB (Red+Green+Blue) = 7+109+173=289 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.42% from 289); Green value is 109 (42.97% from 255 or 37.72% from 289); Blue value is 173 (67.97% from 255 or 59.86% from 289); Max value from RGB is 173 - color contains mainly: blue. Hex color #076DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #076DAD is #F89252. Grayscale: #555555. Windows color (decimal): -16290387 or 11365639. OLE color: 11365639.
HSL color Cylindrical-coordinate representation of color #076DAD: hue angle of 203.13º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DAD is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 109 | 173 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.32 |
| HSL | 203.13º | 0.92% | 0.35% | - |
| HSV(B) | 203.13º | 0.96% | 0.68% | - |
| XYZ | 13.1 | 14 | 41.55 | - |
| YUV | 85.8 | 177.21 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 109 | 173 | 0.96 | 0.37 | 0 | 0.32 | 203.13 | 0.92 | 0.35 |
| Hex | 7 | 6D | AD | 60 | 25 | 0 | 20 | CB | 5C | 23 |
| Octal | 7 | 155 | 255 | 140 | 45 | 0 | 40 | 313 | 134 | 43 |
| Binary | 111 | 1101101 | 10101101 | 1100000 | 100101 | 0 | 100000 | 11001011 | 1011100 | 100011 |
Color Harmonies of #076DAD
Complementary color
Monochromatic Colors of #076DAD
Black with #076DAD
Text Example
Text Example
White with #076DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076DAD; }
p { color: rgb(7,109,173); }
H1.HeaderClassName
{
color: #076DAD;
}
.AnyTagClassName
{
color: #076DAD;
}
</style>
background-color css
<style>
a { background-color: #076DAD; }
a { background-color: rgb(7,109,173); }
div.DivClassName
{
background-color: #076DAD;
}
.BgClassName
{
background-color: #076DAD;
}
</style>
border-color css
<style>
span { border-color: #076DAD; }
span { border-color: rgb(7,109,173); }
td.TdClassName
{
border-color: #076DAD;
}
.TagClassName
{
border-color: #076DAD;
}
</style>