Shades of Cerulean #0775AB
Tints of Cerulean #0775AB
RGB
CMYK
RGB Variations
Color information
#0775AB (or 0x0775AB) is known color: Cerulean. HEX triplet: 07, 75 and AB. RGB value is (7,117,171). Sum of RGB (Red+Green+Blue) = 7+117+171=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 171 (67.19% from 255 or 57.97% from 295); Max value from RGB is 171 - color contains mainly: blue. Hex color #0775AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0775AB is #F88A54. Grayscale: #595959. Windows color (decimal): -16288341 or 11236615. OLE color: 11236615.
HSL color Cylindrical-coordinate representation of color #0775AB: hue angle of 199.76º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0775AB is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 117 | 171 | - |
| CMYK | 0.96 | 0.32 | 0 | 0.33 |
| HSL | 199.76º | 0.92% | 0.35% | - |
| HSV(B) | 199.76º | 0.96% | 0.67% | - |
| XYZ | 13.8 | 15.71 | 40.83 | - |
| YUV | 90.27 | 173.56 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 171 | 0.96 | 0.32 | 0 | 0.33 | 199.76 | 0.92 | 0.35 |
| Hex | 7 | 75 | AB | 60 | 20 | 0 | 21 | C8 | 5C | 23 |
| Octal | 7 | 165 | 253 | 140 | 40 | 0 | 41 | 310 | 134 | 43 |
| Binary | 111 | 1110101 | 10101011 | 1100000 | 100000 | 0 | 100001 | 11001000 | 1011100 | 100011 |
Color Harmonies of #0775AB
Complementary color
Monochromatic Colors of #0775AB
Black with #0775AB
Text Example
Text Example
White with #0775AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0775AB; }
p { color: rgb(7,117,171); }
H1.HeaderClassName
{
color: #0775AB;
}
.AnyTagClassName
{
color: #0775AB;
}
</style>
background-color css
<style>
a { background-color: #0775AB; }
a { background-color: rgb(7,117,171); }
div.DivClassName
{
background-color: #0775AB;
}
.BgClassName
{
background-color: #0775AB;
}
</style>
border-color css
<style>
span { border-color: #0775AB; }
span { border-color: rgb(7,117,171); }
td.TdClassName
{
border-color: #0775AB;
}
.TagClassName
{
border-color: #0775AB;
}
</style>