Shades of Cerulean #0773A4
Tints of Cerulean #0773A4
RGB
CMYK
RGB Variations
Color information
#0773A4 (or 0x0773A4) is known color: Cerulean. HEX triplet: 07, 73 and A4. RGB value is (7,115,164). Sum of RGB (Red+Green+Blue) = 7+115+164=286 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.45% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #0773A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0773A4 is #F88C5B. Grayscale: #575757. Windows color (decimal): -16288860 or 10777351. OLE color: 10777351.
HSL color Cylindrical-coordinate representation of color #0773A4: hue angle of 198.73º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773A4 is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 7 | 115 | 164 | - |
| CMYK | 0.96 | 0.30 | 0 | 0.36 |
| HSL | 198.73º | 0.92% | 0.34% | - |
| HSV(B) | 198.73º | 0.96% | 0.64% | - |
| XYZ | 12.92 | 14.99 | 37.33 | - |
| YUV | 88.29 | 170.72 | 70.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 164 | 0.96 | 0.30 | 0 | 0.36 | 198.73 | 0.92 | 0.34 |
| Hex | 7 | 73 | A4 | 60 | 1E | 0 | 24 | C7 | 5C | 22 |
| Octal | 7 | 163 | 244 | 140 | 36 | 0 | 44 | 307 | 134 | 42 |
| Binary | 111 | 1110011 | 10100100 | 1100000 | 11110 | 0 | 100100 | 11000111 | 1011100 | 100010 |
Color Harmonies of #0773A4
Complementary color
Monochromatic Colors of #0773A4
Black with #0773A4
Text Example
Text Example
White with #0773A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773A4; }
p { color: rgb(7,115,164); }
H1.HeaderClassName
{
color: #0773A4;
}
.AnyTagClassName
{
color: #0773A4;
}
</style>
background-color css
<style>
a { background-color: #0773A4; }
a { background-color: rgb(7,115,164); }
div.DivClassName
{
background-color: #0773A4;
}
.BgClassName
{
background-color: #0773A4;
}
</style>
border-color css
<style>
span { border-color: #0773A4; }
span { border-color: rgb(7,115,164); }
td.TdClassName
{
border-color: #0773A4;
}
.TagClassName
{
border-color: #0773A4;
}
</style>