Shades of Cerulean #0280AA
Tints of Cerulean #0280AA
RGB
CMYK
RGB Variations
Color information
#0280AA (or 0x0280AA) is known color: Cerulean. HEX triplet: 02, 80 and AA. RGB value is (2,128,170). Sum of RGB (Red+Green+Blue) = 2+128+170=300 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 170 (66.80% from 255 or 56.67% from 300); Max value from RGB is 170 - color contains mainly: blue. Hex color #0280AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0280AA is #FD7F55. Grayscale: #5E5E5E. Windows color (decimal): -16613206 or 11173890. OLE color: 11173890.
HSL color Cylindrical-coordinate representation of color #0280AA: hue angle of 195º 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 #0280AA is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 128 | 170 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.33 |
| HSL | 195º | 0.98% | 0.34% | - |
| HSV(B) | 195º | 0.99% | 0.67% | - |
| XYZ | 15 | 18.35 | 40.78 | - |
| YUV | 95.11 | 170.26 | 61.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 128 | 170 | 0.99 | 0.25 | 0 | 0.33 | 195 | 0.98 | 0.34 |
| Hex | 2 | 80 | AA | 63 | 19 | 0 | 21 | C3 | 62 | 22 |
| Octal | 2 | 200 | 252 | 143 | 31 | 0 | 41 | 303 | 142 | 42 |
| Binary | 10 | 10000000 | 10101010 | 1100011 | 11001 | 0 | 100001 | 11000011 | 1100010 | 100010 |
Color Harmonies of #0280AA
Complementary color
Monochromatic Colors of #0280AA
Black with #0280AA
Text Example
Text Example
White with #0280AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0280AA; }
p { color: rgb(2,128,170); }
H1.HeaderClassName
{
color: #0280AA;
}
.AnyTagClassName
{
color: #0280AA;
}
</style>
background-color css
<style>
a { background-color: #0280AA; }
a { background-color: rgb(2,128,170); }
div.DivClassName
{
background-color: #0280AA;
}
.BgClassName
{
background-color: #0280AA;
}
</style>
border-color css
<style>
span { border-color: #0280AA; }
span { border-color: rgb(2,128,170); }
td.TdClassName
{
border-color: #0280AA;
}
.TagClassName
{
border-color: #0280AA;
}
</style>