Shades of Cerulean #0281AC
Tints of Cerulean #0281AC
RGB
CMYK
RGB Variations
Color information
#0281AC (or 0x0281AC) is known color: Cerulean. HEX triplet: 02, 81 and AC. RGB value is (2,129,172). Sum of RGB (Red+Green+Blue) = 2+129+172=303 (40% of max value = 765). Red value is 2 (1.17% from 255 or 0.66% from 303); Green value is 129 (50.78% from 255 or 42.57% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #0281AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0281AC is #FD7E53. Grayscale: #5F5F5F. Windows color (decimal): -16612948 or 11305218. OLE color: 11305218.
HSL color Cylindrical-coordinate representation of color #0281AC: hue angle of 195.18º 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 #0281AC is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 129 | 172 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.33 |
| HSL | 195.18º | 0.98% | 0.34% | - |
| HSV(B) | 195.18º | 0.99% | 0.67% | - |
| XYZ | 15.32 | 18.69 | 41.83 | - |
| YUV | 95.93 | 170.92 | 61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 129 | 172 | 0.99 | 0.25 | 0 | 0.33 | 195.18 | 0.98 | 0.34 |
| Hex | 2 | 81 | AC | 63 | 19 | 0 | 21 | C3 | 62 | 22 |
| Octal | 2 | 201 | 254 | 143 | 31 | 0 | 41 | 303 | 142 | 42 |
| Binary | 10 | 10000001 | 10101100 | 1100011 | 11001 | 0 | 100001 | 11000011 | 1100010 | 100010 |
Color Harmonies of #0281AC
Complementary color
Monochromatic Colors of #0281AC
Black with #0281AC
Text Example
Text Example
White with #0281AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0281AC; }
p { color: rgb(2,129,172); }
H1.HeaderClassName
{
color: #0281AC;
}
.AnyTagClassName
{
color: #0281AC;
}
</style>
background-color css
<style>
a { background-color: #0281AC; }
a { background-color: rgb(2,129,172); }
div.DivClassName
{
background-color: #0281AC;
}
.BgClassName
{
background-color: #0281AC;
}
</style>
border-color css
<style>
span { border-color: #0281AC; }
span { border-color: rgb(2,129,172); }
td.TdClassName
{
border-color: #0281AC;
}
.TagClassName
{
border-color: #0281AC;
}
</style>