Shades of Cerulean #0080B3
Tints of Cerulean #0080B3
RGB
CMYK
RGB Variations
Color information
#0080B3 (or 0x0080B3) is known color: Cerulean. HEX triplet: 00, 80 and B3. RGB value is (0,128,179). Sum of RGB (Red+Green+Blue) = 0+128+179=307 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #0080B3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0080B3 is #FF7F4C. Grayscale: #5F5F5F. Windows color (decimal): -16744269 or 11763712. OLE color: 11763712.
HSL color Cylindrical-coordinate representation of color #0080B3: hue angle of 197.09º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080B3 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 128 | 179 | - |
| CMYK | 1 | 0.28 | 0 | 0.30 |
| HSL | 197.1º | 1% | 0.35% | - |
| HSV(B) | 197.1º | 1% | 0.7% | - |
| XYZ | 15.86 | 18.69 | 45.42 | - |
| YUV | 95.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 128 | 179 | 1 | 0.28 | 0 | 0.30 | 197.1 | 1 | 0.35 |
| Hex | 0 | 80 | B3 | 64 | 1C | 0 | 1E | C5 | 64 | 23 |
| Octal | 0 | 200 | 263 | 144 | 34 | 0 | 36 | 305 | 144 | 43 |
| Binary | 0 | 10000000 | 10110011 | 1100100 | 11100 | 0 | 11110 | 11000101 | 1100100 | 100011 |
Color Harmonies of #0080B3
Complementary color
Monochromatic Colors of #0080B3
Black with #0080B3
Text Example
Text Example
White with #0080B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0080B3; }
p { color: rgb(0,128,179); }
H1.HeaderClassName
{
color: #0080B3;
}
.AnyTagClassName
{
color: #0080B3;
}
</style>
background-color css
<style>
a { background-color: #0080B3; }
a { background-color: rgb(0,128,179); }
div.DivClassName
{
background-color: #0080B3;
}
.BgClassName
{
background-color: #0080B3;
}
</style>
border-color css
<style>
span { border-color: #0080B3; }
span { border-color: rgb(0,128,179); }
td.TdClassName
{
border-color: #0080B3;
}
.TagClassName
{
border-color: #0080B3;
}
</style>