Shades of Cerulean #0280BA
Tints of Cerulean #0280BA
RGB
CMYK
RGB Variations
Color information
#0280BA (or 0x0280BA) is known color: Cerulean. HEX triplet: 02, 80 and BA. RGB value is (2,128,186). Sum of RGB (Red+Green+Blue) = 2+128+186=316 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.63% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #0280BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0280BA is #FD7F45. Grayscale: #606060. Windows color (decimal): -16613190 or 12222466. OLE color: 12222466.
HSL color Cylindrical-coordinate representation of color #0280BA: hue angle of 198.91º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0280BA is Cyan = 0.99, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 2 | 128 | 186 | - |
| CMYK | 0.99 | 0.31 | 0 | 0.27 |
| HSL | 198.91º | 0.98% | 0.37% | - |
| HSV(B) | 198.91º | 0.99% | 0.73% | - |
| XYZ | 16.61 | 19 | 49.25 | - |
| YUV | 96.94 | 178.26 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 186 | 0.99 | 0.31 | 0 | 0.27 | 198.91 | 0.98 | 0.37 |
| Hex | 2 | 80 | BA | 63 | 1F | 0 | 1B | C7 | 62 | 25 |
| Octal | 2 | 200 | 272 | 143 | 37 | 0 | 33 | 307 | 142 | 45 |
| Binary | 10 | 10000000 | 10111010 | 1100011 | 11111 | 0 | 11011 | 11000111 | 1100010 | 100101 |
Color Harmonies of #0280BA
Complementary color
Monochromatic Colors of #0280BA
Black with #0280BA
Text Example
Text Example
White with #0280BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280BA; }
p { color: rgb(2,128,186); }
H1.HeaderClassName
{
color: #0280BA;
}
.AnyTagClassName
{
color: #0280BA;
}
</style>
background-color css
<style>
a { background-color: #0280BA; }
a { background-color: rgb(2,128,186); }
div.DivClassName
{
background-color: #0280BA;
}
.BgClassName
{
background-color: #0280BA;
}
</style>
border-color css
<style>
span { border-color: #0280BA; }
span { border-color: rgb(2,128,186); }
td.TdClassName
{
border-color: #0280BA;
}
.TagClassName
{
border-color: #0280BA;
}
</style>