Shades of Cerulean #0773B4
Tints of Cerulean #0773B4
RGB
CMYK
RGB Variations
Color information
#0773B4 (or 0x0773B4) is known color: Cerulean. HEX triplet: 07, 73 and B4. RGB value is (7,115,180). Sum of RGB (Red+Green+Blue) = 7+115+180=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 115 (45.31% from 255 or 38.08% from 302); Blue value is 180 (70.70% from 255 or 59.60% from 302); Max value from RGB is 180 - color contains mainly: blue. Hex color #0773B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0773B4 is #F88C4B. Grayscale: #595959. Windows color (decimal): -16288844 or 11825927. OLE color: 11825927.
HSL color Cylindrical-coordinate representation of color #0773B4: hue angle of 202.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0773B4 is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 7 | 115 | 180 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.29 |
| HSL | 202.54º | 0.93% | 0.37% | - |
| HSV(B) | 202.54º | 0.96% | 0.71% | - |
| XYZ | 14.46 | 15.6 | 45.43 | - |
| YUV | 90.12 | 178.72 | 68.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 180 | 0.96 | 0.36 | 0 | 0.29 | 202.54 | 0.93 | 0.37 |
| Hex | 7 | 73 | B4 | 60 | 24 | 0 | 1D | CB | 5D | 25 |
| Octal | 7 | 163 | 264 | 140 | 44 | 0 | 35 | 313 | 135 | 45 |
| Binary | 111 | 1110011 | 10110100 | 1100000 | 100100 | 0 | 11101 | 11001011 | 1011101 | 100101 |
Color Harmonies of #0773B4
Complementary color
Monochromatic Colors of #0773B4
Black with #0773B4
Text Example
Text Example
White with #0773B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773B4; }
p { color: rgb(7,115,180); }
H1.HeaderClassName
{
color: #0773B4;
}
.AnyTagClassName
{
color: #0773B4;
}
</style>
background-color css
<style>
a { background-color: #0773B4; }
a { background-color: rgb(7,115,180); }
div.DivClassName
{
background-color: #0773B4;
}
.BgClassName
{
background-color: #0773B4;
}
</style>
border-color css
<style>
span { border-color: #0773B4; }
span { border-color: rgb(7,115,180); }
td.TdClassName
{
border-color: #0773B4;
}
.TagClassName
{
border-color: #0773B4;
}
</style>