Shades of Cerulean #0279A9
Tints of Cerulean #0279A9
RGB
CMYK
RGB Variations
Color information
#0279A9 (or 0x0279A9) is known color: Cerulean. HEX triplet: 02, 79 and A9. RGB value is (2,121,169). Sum of RGB (Red+Green+Blue) = 2+121+169=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #0279A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0279A9 is #FD8656. Grayscale: #5A5A5A. Windows color (decimal): -16614999 or 11106562. OLE color: 11106562.
HSL color Cylindrical-coordinate representation of color #0279A9: hue angle of 197.25º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279A9 is Cyan = 0.99, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 121 | 169 | - |
| CMYK | 0.99 | 0.28 | 0 | 0.34 |
| HSL | 197.25º | 0.98% | 0.34% | - |
| HSV(B) | 197.25º | 0.99% | 0.66% | - |
| XYZ | 14.02 | 16.55 | 39.99 | - |
| YUV | 90.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 169 | 0.99 | 0.28 | 0 | 0.34 | 197.25 | 0.98 | 0.34 |
| Hex | 2 | 79 | A9 | 63 | 1C | 0 | 22 | C5 | 62 | 22 |
| Octal | 2 | 171 | 251 | 143 | 34 | 0 | 42 | 305 | 142 | 42 |
| Binary | 10 | 1111001 | 10101001 | 1100011 | 11100 | 0 | 100010 | 11000101 | 1100010 | 100010 |
Color Harmonies of #0279A9
Complementary color
Monochromatic Colors of #0279A9
Black with #0279A9
Text Example
Text Example
White with #0279A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279A9; }
p { color: rgb(2,121,169); }
H1.HeaderClassName
{
color: #0279A9;
}
.AnyTagClassName
{
color: #0279A9;
}
</style>
background-color css
<style>
a { background-color: #0279A9; }
a { background-color: rgb(2,121,169); }
div.DivClassName
{
background-color: #0279A9;
}
.BgClassName
{
background-color: #0279A9;
}
</style>
border-color css
<style>
span { border-color: #0279A9; }
span { border-color: rgb(2,121,169); }
td.TdClassName
{
border-color: #0279A9;
}
.TagClassName
{
border-color: #0279A9;
}
</style>