Shades of Cerulean #0282AE
Tints of Cerulean #0282AE
RGB
CMYK
RGB Variations
Color information
#0282AE (or 0x0282AE) is known color: Cerulean. HEX triplet: 02, 82 and AE. RGB value is (2,130,174). Sum of RGB (Red+Green+Blue) = 2+130+174=306 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.65% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #0282AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0282AE is #FD7D51. Grayscale: #606060. Windows color (decimal): -16612690 or 11436546. OLE color: 11436546.
HSL color Cylindrical-coordinate representation of color #0282AE: hue angle of 195.35º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0282AE is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 2 | 130 | 174 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.32 |
| HSL | 195.35º | 0.98% | 0.35% | - |
| HSV(B) | 195.35º | 0.99% | 0.68% | - |
| XYZ | 15.65 | 19.03 | 42.89 | - |
| YUV | 96.74 | 171.59 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 130 | 174 | 0.99 | 0.25 | 0 | 0.32 | 195.35 | 0.98 | 0.35 |
| Hex | 2 | 82 | AE | 63 | 19 | 0 | 20 | C3 | 62 | 23 |
| Octal | 2 | 202 | 256 | 143 | 31 | 0 | 40 | 303 | 142 | 43 |
| Binary | 10 | 10000010 | 10101110 | 1100011 | 11001 | 0 | 100000 | 11000011 | 1100010 | 100011 |
Color Harmonies of #0282AE
Complementary color
Monochromatic Colors of #0282AE
Black with #0282AE
Text Example
Text Example
White with #0282AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0282AE; }
p { color: rgb(2,130,174); }
H1.HeaderClassName
{
color: #0282AE;
}
.AnyTagClassName
{
color: #0282AE;
}
</style>
background-color css
<style>
a { background-color: #0282AE; }
a { background-color: rgb(2,130,174); }
div.DivClassName
{
background-color: #0282AE;
}
.BgClassName
{
background-color: #0282AE;
}
</style>
border-color css
<style>
span { border-color: #0282AE; }
span { border-color: rgb(2,130,174); }
td.TdClassName
{
border-color: #0282AE;
}
.TagClassName
{
border-color: #0282AE;
}
</style>