Shades of Cerulean #0080BB
Tints of Cerulean #0080BB
RGB
CMYK
RGB Variations
Color information
#0080BB (or 0x0080BB) is known color: Cerulean. HEX triplet: 00, 80 and BB. RGB value is (0,128,187). Sum of RGB (Red+Green+Blue) = 0+128+187=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #0080BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080BB is #FF7F44. Grayscale: #606060. Windows color (decimal): -16744261 or 12288000. OLE color: 12288000.
HSL color Cylindrical-coordinate representation of color #0080BB: hue angle of 198.93º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080BB is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 128 | 187 | - |
| CMYK | 1 | 0.32 | 0 | 0.27 |
| HSL | 198.93º | 1% | 0.37% | - |
| HSV(B) | 198.93º | 1% | 0.73% | - |
| XYZ | 16.69 | 19.03 | 49.81 | - |
| YUV | 96.45 | 179.09 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 187 | 1 | 0.32 | 0 | 0.27 | 198.93 | 1 | 0.37 |
| Hex | 0 | 80 | BB | 64 | 20 | 0 | 1B | C7 | 64 | 25 |
| Octal | 0 | 200 | 273 | 144 | 40 | 0 | 33 | 307 | 144 | 45 |
| Binary | 0 | 10000000 | 10111011 | 1100100 | 100000 | 0 | 11011 | 11000111 | 1100100 | 100101 |
Color Harmonies of #0080BB
Complementary color
Monochromatic Colors of #0080BB
Black with #0080BB
Text Example
Text Example
White with #0080BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080BB; }
p { color: rgb(0,128,187); }
H1.HeaderClassName
{
color: #0080BB;
}
.AnyTagClassName
{
color: #0080BB;
}
</style>
background-color css
<style>
a { background-color: #0080BB; }
a { background-color: rgb(0,128,187); }
div.DivClassName
{
background-color: #0080BB;
}
.BgClassName
{
background-color: #0080BB;
}
</style>
border-color css
<style>
span { border-color: #0080BB; }
span { border-color: rgb(0,128,187); }
td.TdClassName
{
border-color: #0080BB;
}
.TagClassName
{
border-color: #0080BB;
}
</style>