Shades of Cerulean #0080BD
Tints of Cerulean #0080BD
RGB
CMYK
RGB Variations
Color information
#0080BD (or 0x0080BD) is known color: Cerulean. HEX triplet: 00, 80 and BD. RGB value is (0,128,189). Sum of RGB (Red+Green+Blue) = 0+128+189=317 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 189 (74.22% from 255 or 59.62% from 317); Max value from RGB is 189 - color contains mainly: blue. Hex color #0080BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080BD is #FF7F42. Grayscale: #606060. Windows color (decimal): -16744259 or 12419072. OLE color: 12419072.
HSL color Cylindrical-coordinate representation of color #0080BD: hue angle of 199.37º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080BD is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 128 | 189 | - |
| CMYK | 1 | 0.32 | 0 | 0.26 |
| HSL | 199.37º | 1% | 0.37% | - |
| HSV(B) | 199.37º | 1% | 0.74% | - |
| XYZ | 16.9 | 19.11 | 50.94 | - |
| YUV | 96.68 | 180.09 | 59.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 189 | 1 | 0.32 | 0 | 0.26 | 199.37 | 1 | 0.37 |
| Hex | 0 | 80 | BD | 64 | 20 | 0 | 1A | C7 | 64 | 25 |
| Octal | 0 | 200 | 275 | 144 | 40 | 0 | 32 | 307 | 144 | 45 |
| Binary | 0 | 10000000 | 10111101 | 1100100 | 100000 | 0 | 11010 | 11000111 | 1100100 | 100101 |
Color Harmonies of #0080BD
Complementary color
Monochromatic Colors of #0080BD
Black with #0080BD
Text Example
Text Example
White with #0080BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080BD; }
p { color: rgb(0,128,189); }
H1.HeaderClassName
{
color: #0080BD;
}
.AnyTagClassName
{
color: #0080BD;
}
</style>
background-color css
<style>
a { background-color: #0080BD; }
a { background-color: rgb(0,128,189); }
div.DivClassName
{
background-color: #0080BD;
}
.BgClassName
{
background-color: #0080BD;
}
</style>
border-color css
<style>
span { border-color: #0080BD; }
span { border-color: rgb(0,128,189); }
td.TdClassName
{
border-color: #0080BD;
}
.TagClassName
{
border-color: #0080BD;
}
</style>