Shades of Cerulean #0780AB
Tints of Cerulean #0780AB
RGB
CMYK
RGB Variations
Color information
#0780AB (or 0x0780AB) is known color: Cerulean. HEX triplet: 07, 80 and AB. RGB value is (7,128,171). Sum of RGB (Red+Green+Blue) = 7+128+171=306 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.29% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 171 (67.19% from 255 or 55.88% from 306); Max value from RGB is 171 - color contains mainly: blue. Hex color #0780AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0780AB is #F87F54. Grayscale: #606060. Windows color (decimal): -16285525 or 11239431. OLE color: 11239431.
HSL color Cylindrical-coordinate representation of color #0780AB: hue angle of 195.73º 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 #0780AB is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 7 | 128 | 171 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.33 |
| HSL | 195.73º | 0.92% | 0.35% | - |
| HSV(B) | 195.73º | 0.96% | 0.67% | - |
| XYZ | 15.16 | 18.42 | 41.29 | - |
| YUV | 96.72 | 169.91 | 64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 128 | 171 | 0.96 | 0.25 | 0 | 0.33 | 195.73 | 0.92 | 0.35 |
| Hex | 7 | 80 | AB | 60 | 19 | 0 | 21 | C4 | 5C | 23 |
| Octal | 7 | 200 | 253 | 140 | 31 | 0 | 41 | 304 | 134 | 43 |
| Binary | 111 | 10000000 | 10101011 | 1100000 | 11001 | 0 | 100001 | 11000100 | 1011100 | 100011 |
Color Harmonies of #0780AB
Complementary color
Monochromatic Colors of #0780AB
Black with #0780AB
Text Example
Text Example
White with #0780AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0780AB; }
p { color: rgb(7,128,171); }
H1.HeaderClassName
{
color: #0780AB;
}
.AnyTagClassName
{
color: #0780AB;
}
</style>
background-color css
<style>
a { background-color: #0780AB; }
a { background-color: rgb(7,128,171); }
div.DivClassName
{
background-color: #0780AB;
}
.BgClassName
{
background-color: #0780AB;
}
</style>
border-color css
<style>
span { border-color: #0780AB; }
span { border-color: rgb(7,128,171); }
td.TdClassName
{
border-color: #0780AB;
}
.TagClassName
{
border-color: #0780AB;
}
</style>