Shades of Cerulean #0773AB
Tints of Cerulean #0773AB
RGB
CMYK
RGB Variations
Color information
#0773AB (or 0x0773AB) is known color: Cerulean. HEX triplet: 07, 73 and AB. RGB value is (7,115,171). Sum of RGB (Red+Green+Blue) = 7+115+171=293 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.39% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #0773AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0773AB is #F88C54. Grayscale: #585858. Windows color (decimal): -16288853 or 11236103. OLE color: 11236103.
HSL color Cylindrical-coordinate representation of color #0773AB: hue angle of 200.49º 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 #0773AB is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 115 | 171 | - |
| CMYK | 0.96 | 0.33 | 0 | 0.33 |
| HSL | 200.49º | 0.92% | 0.35% | - |
| HSV(B) | 200.49º | 0.96% | 0.67% | - |
| XYZ | 13.57 | 15.25 | 40.76 | - |
| YUV | 89.09 | 174.22 | 69.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 115 | 171 | 0.96 | 0.33 | 0 | 0.33 | 200.49 | 0.92 | 0.35 |
| Hex | 7 | 73 | AB | 60 | 21 | 0 | 21 | C8 | 5C | 23 |
| Octal | 7 | 163 | 253 | 140 | 41 | 0 | 41 | 310 | 134 | 43 |
| Binary | 111 | 1110011 | 10101011 | 1100000 | 100001 | 0 | 100001 | 11001000 | 1011100 | 100011 |
Color Harmonies of #0773AB
Complementary color
Monochromatic Colors of #0773AB
Black with #0773AB
Text Example
Text Example
White with #0773AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0773AB; }
p { color: rgb(7,115,171); }
H1.HeaderClassName
{
color: #0773AB;
}
.AnyTagClassName
{
color: #0773AB;
}
</style>
background-color css
<style>
a { background-color: #0773AB; }
a { background-color: rgb(7,115,171); }
div.DivClassName
{
background-color: #0773AB;
}
.BgClassName
{
background-color: #0773AB;
}
</style>
border-color css
<style>
span { border-color: #0773AB; }
span { border-color: rgb(7,115,171); }
td.TdClassName
{
border-color: #0773AB;
}
.TagClassName
{
border-color: #0773AB;
}
</style>