Shades of Cerulean #0080BA
Tints of Cerulean #0080BA
RGB
CMYK
RGB Variations
Color information
#0080BA (or 0x0080BA) is known color: Cerulean. HEX triplet: 00, 80 and BA. RGB value is (0,128,186). Sum of RGB (Red+Green+Blue) = 0+128+186=314 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 314); Green value is 128 (50.39% from 255 or 40.76% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #0080BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080BA is #FF7F45. Grayscale: #5F5F5F. Windows color (decimal): -16744262 or 12222464. OLE color: 12222464.
HSL color Cylindrical-coordinate representation of color #0080BA: hue angle of 198.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080BA is Cyan = 1, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 128 | 186 | - |
| CMYK | 1 | 0.31 | 0 | 0.27 |
| HSL | 198.71º | 1% | 0.36% | - |
| HSV(B) | 198.71º | 1% | 0.73% | - |
| XYZ | 16.58 | 18.98 | 49.24 | - |
| YUV | 96.34 | 178.59 | 59.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 186 | 1 | 0.31 | 0 | 0.27 | 198.71 | 1 | 0.36 |
| Hex | 0 | 80 | BA | 64 | 1F | 0 | 1B | C7 | 64 | 24 |
| Octal | 0 | 200 | 272 | 144 | 37 | 0 | 33 | 307 | 144 | 44 |
| Binary | 0 | 10000000 | 10111010 | 1100100 | 11111 | 0 | 11011 | 11000111 | 1100100 | 100100 |
Color Harmonies of #0080BA
Complementary color
Monochromatic Colors of #0080BA
Black with #0080BA
Text Example
Text Example
White with #0080BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080BA; }
p { color: rgb(0,128,186); }
H1.HeaderClassName
{
color: #0080BA;
}
.AnyTagClassName
{
color: #0080BA;
}
</style>
background-color css
<style>
a { background-color: #0080BA; }
a { background-color: rgb(0,128,186); }
div.DivClassName
{
background-color: #0080BA;
}
.BgClassName
{
background-color: #0080BA;
}
</style>
border-color css
<style>
span { border-color: #0080BA; }
span { border-color: rgb(0,128,186); }
td.TdClassName
{
border-color: #0080BA;
}
.TagClassName
{
border-color: #0080BA;
}
</style>