Shades of Cerulean #0775A0
Tints of Cerulean #0775A0
RGB
CMYK
RGB Variations
Color information
#0775A0 (or 0x0775A0) is known color: Cerulean. HEX triplet: 07, 75 and A0. RGB value is (7,117,160). Sum of RGB (Red+Green+Blue) = 7+117+160=284 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 160 (62.89% from 255 or 56.34% from 284); Max value from RGB is 160 - color contains mainly: blue. Hex color #0775A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0775A0 is #F88A5F. Grayscale: #585858. Windows color (decimal): -16288352 or 10515719. OLE color: 10515719.
HSL color Cylindrical-coordinate representation of color #0775A0: hue angle of 196.86º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0775A0 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 7 | 117 | 160 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.37 |
| HSL | 196.86º | 0.92% | 0.33% | - |
| HSV(B) | 196.86º | 0.96% | 0.63% | - |
| XYZ | 12.79 | 15.31 | 35.54 | - |
| YUV | 89.01 | 168.06 | 69.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 160 | 0.96 | 0.27 | 0 | 0.37 | 196.86 | 0.92 | 0.33 |
| Hex | 7 | 75 | A0 | 60 | 1B | 0 | 25 | C5 | 5C | 21 |
| Octal | 7 | 165 | 240 | 140 | 33 | 0 | 45 | 305 | 134 | 41 |
| Binary | 111 | 1110101 | 10100000 | 1100000 | 11011 | 0 | 100101 | 11000101 | 1011100 | 100001 |
Color Harmonies of #0775A0
Complementary color
Monochromatic Colors of #0775A0
Black with #0775A0
Text Example
Text Example
White with #0775A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0775A0; }
p { color: rgb(7,117,160); }
H1.HeaderClassName
{
color: #0775A0;
}
.AnyTagClassName
{
color: #0775A0;
}
</style>
background-color css
<style>
a { background-color: #0775A0; }
a { background-color: rgb(7,117,160); }
div.DivClassName
{
background-color: #0775A0;
}
.BgClassName
{
background-color: #0775A0;
}
</style>
border-color css
<style>
span { border-color: #0775A0; }
span { border-color: rgb(7,117,160); }
td.TdClassName
{
border-color: #0775A0;
}
.TagClassName
{
border-color: #0775A0;
}
</style>