Shades of Cerulean #0077AD
Tints of Cerulean #0077AD
RGB
CMYK
RGB Variations
Color information
#0077AD (or 0x0077AD) is known color: Cerulean. HEX triplet: 00, 77 and AD. RGB value is (0,119,173). Sum of RGB (Red+Green+Blue) = 0+119+173=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #0077AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0077AD is #FF8852. Grayscale: #595959. Windows color (decimal): -16746579 or 11368192. OLE color: 11368192.
HSL color Cylindrical-coordinate representation of color #0077AD: hue angle of 198.73º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0077AD is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 119 | 173 | - |
| CMYK | 1 | 0.31 | 0 | 0.32 |
| HSL | 198.73º | 1% | 0.34% | - |
| HSV(B) | 198.73º | 1% | 0.68% | - |
| XYZ | 14.14 | 16.21 | 41.92 | - |
| YUV | 89.58 | 175.08 | 64.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 119 | 173 | 1 | 0.31 | 0 | 0.32 | 198.73 | 1 | 0.34 |
| Hex | 0 | 77 | AD | 64 | 1F | 0 | 20 | C7 | 64 | 22 |
| Octal | 0 | 167 | 255 | 144 | 37 | 0 | 40 | 307 | 144 | 42 |
| Binary | 0 | 1110111 | 10101101 | 1100100 | 11111 | 0 | 100000 | 11000111 | 1100100 | 100010 |
Color Harmonies of #0077AD
Complementary color
Monochromatic Colors of #0077AD
Black with #0077AD
Text Example
Text Example
White with #0077AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0077AD; }
p { color: rgb(0,119,173); }
H1.HeaderClassName
{
color: #0077AD;
}
.AnyTagClassName
{
color: #0077AD;
}
</style>
background-color css
<style>
a { background-color: #0077AD; }
a { background-color: rgb(0,119,173); }
div.DivClassName
{
background-color: #0077AD;
}
.BgClassName
{
background-color: #0077AD;
}
</style>
border-color css
<style>
span { border-color: #0077AD; }
span { border-color: rgb(0,119,173); }
td.TdClassName
{
border-color: #0077AD;
}
.TagClassName
{
border-color: #0077AD;
}
</style>