Shades of Cerulean #0281BE
Tints of Cerulean #0281BE
RGB
CMYK
RGB Variations
Color information
#0281BE (or 0x0281BE) is known color: Cerulean. HEX triplet: 02, 81 and BE. RGB value is (2,129,190). Sum of RGB (Red+Green+Blue) = 2+129+190=321 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 321); Green value is 129 (50.78% from 255 or 40.19% from 321); Blue value is 190 (74.61% from 255 or 59.19% from 321); Max value from RGB is 190 - color contains mainly: blue. Hex color #0281BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0281BE is #FD7E41. Grayscale: #616161. Windows color (decimal): -16612930 or 12484866. OLE color: 12484866.
HSL color Cylindrical-coordinate representation of color #0281BE: hue angle of 199.47º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0281BE is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 129 | 190 | - |
| CMYK | 0.99 | 0.32 | 0 | 0.25 |
| HSL | 199.47º | 0.98% | 0.38% | - |
| HSV(B) | 199.47º | 0.99% | 0.75% | - |
| XYZ | 17.17 | 19.43 | 51.56 | - |
| YUV | 97.98 | 179.92 | 59.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 190 | 0.99 | 0.32 | 0 | 0.25 | 199.47 | 0.98 | 0.38 |
| Hex | 2 | 81 | BE | 63 | 20 | 0 | 19 | C7 | 62 | 26 |
| Octal | 2 | 201 | 276 | 143 | 40 | 0 | 31 | 307 | 142 | 46 |
| Binary | 10 | 10000001 | 10111110 | 1100011 | 100000 | 0 | 11001 | 11000111 | 1100010 | 100110 |
Color Harmonies of #0281BE
Complementary color
Monochromatic Colors of #0281BE
Black with #0281BE
Text Example
Text Example
White with #0281BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281BE; }
p { color: rgb(2,129,190); }
H1.HeaderClassName
{
color: #0281BE;
}
.AnyTagClassName
{
color: #0281BE;
}
</style>
background-color css
<style>
a { background-color: #0281BE; }
a { background-color: rgb(2,129,190); }
div.DivClassName
{
background-color: #0281BE;
}
.BgClassName
{
background-color: #0281BE;
}
</style>
border-color css
<style>
span { border-color: #0281BE; }
span { border-color: rgb(2,129,190); }
td.TdClassName
{
border-color: #0281BE;
}
.TagClassName
{
border-color: #0281BE;
}
</style>