Shades of Cerulean #0282AB
Tints of Cerulean #0282AB
RGB
CMYK
RGB Variations
Color information
#0282AB (or 0x0282AB) is known color: Cerulean. HEX triplet: 02, 82 and AB. RGB value is (2,130,171). Sum of RGB (Red+Green+Blue) = 2+130+171=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 171 (67.19% from 255 or 56.44% from 303); Max value from RGB is 171 - color contains mainly: blue. Hex color #0282AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0282AB is #FD7D54. Grayscale: #606060. Windows color (decimal): -16612693 or 11239938. OLE color: 11239938.
HSL color Cylindrical-coordinate representation of color #0282AB: hue angle of 194.56º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282AB is Cyan = 0.99, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 130 | 171 | - |
| CMYK | 0.99 | 0.24 | 0 | 0.33 |
| HSL | 194.56º | 0.98% | 0.34% | - |
| HSV(B) | 194.56º | 0.99% | 0.67% | - |
| XYZ | 15.36 | 18.92 | 41.37 | - |
| YUV | 96.4 | 170.09 | 60.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 171 | 0.99 | 0.24 | 0 | 0.33 | 194.56 | 0.98 | 0.34 |
| Hex | 2 | 82 | AB | 63 | 18 | 0 | 21 | C3 | 62 | 22 |
| Octal | 2 | 202 | 253 | 143 | 30 | 0 | 41 | 303 | 142 | 42 |
| Binary | 10 | 10000010 | 10101011 | 1100011 | 11000 | 0 | 100001 | 11000011 | 1100010 | 100010 |
Color Harmonies of #0282AB
Complementary color
Monochromatic Colors of #0282AB
Black with #0282AB
Text Example
Text Example
White with #0282AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282AB; }
p { color: rgb(2,130,171); }
H1.HeaderClassName
{
color: #0282AB;
}
.AnyTagClassName
{
color: #0282AB;
}
</style>
background-color css
<style>
a { background-color: #0282AB; }
a { background-color: rgb(2,130,171); }
div.DivClassName
{
background-color: #0282AB;
}
.BgClassName
{
background-color: #0282AB;
}
</style>
border-color css
<style>
span { border-color: #0282AB; }
span { border-color: rgb(2,130,171); }
td.TdClassName
{
border-color: #0282AB;
}
.TagClassName
{
border-color: #0282AB;
}
</style>