Shades of Cerulean #0773A9
Tints of Cerulean #0773A9
RGB
CMYK
RGB Variations
Color information
#0773A9 (or 0x0773A9) is known color: Cerulean. HEX triplet: 07, 73 and A9. RGB value is (7,115,169). Sum of RGB (Red+Green+Blue) = 7+115+169=291 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.41% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #0773A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0773A9 is #F88C56. Grayscale: #585858. Windows color (decimal): -16288855 or 11105031. OLE color: 11105031.
HSL color Cylindrical-coordinate representation of color #0773A9: hue angle of 200º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773A9 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 7 | 115 | 169 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.34 |
| HSL | 200º | 0.92% | 0.35% | - |
| HSV(B) | 200º | 0.96% | 0.66% | - |
| XYZ | 13.38 | 15.17 | 39.76 | - |
| YUV | 88.86 | 173.22 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 169 | 0.96 | 0.32 | 0 | 0.34 | 200 | 0.92 | 0.35 |
| Hex | 7 | 73 | A9 | 60 | 20 | 0 | 22 | C8 | 5C | 23 |
| Octal | 7 | 163 | 251 | 140 | 40 | 0 | 42 | 310 | 134 | 43 |
| Binary | 111 | 1110011 | 10101001 | 1100000 | 100000 | 0 | 100010 | 11001000 | 1011100 | 100011 |
Color Harmonies of #0773A9
Complementary color
Monochromatic Colors of #0773A9
Black with #0773A9
Text Example
Text Example
White with #0773A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773A9; }
p { color: rgb(7,115,169); }
H1.HeaderClassName
{
color: #0773A9;
}
.AnyTagClassName
{
color: #0773A9;
}
</style>
background-color css
<style>
a { background-color: #0773A9; }
a { background-color: rgb(7,115,169); }
div.DivClassName
{
background-color: #0773A9;
}
.BgClassName
{
background-color: #0773A9;
}
</style>
border-color css
<style>
span { border-color: #0773A9; }
span { border-color: rgb(7,115,169); }
td.TdClassName
{
border-color: #0773A9;
}
.TagClassName
{
border-color: #0773A9;
}
</style>