Shades of Cerulean #0279AB
Tints of Cerulean #0279AB
RGB
CMYK
RGB Variations
Color information
#0279AB (or 0x0279AB) is known color: Cerulean. HEX triplet: 02, 79 and AB. RGB value is (2,121,171). Sum of RGB (Red+Green+Blue) = 2+121+171=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 121 (47.66% from 255 or 41.16% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #0279AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0279AB is #FD8654. Grayscale: #5A5A5A. Windows color (decimal): -16614997 or 11237634. OLE color: 11237634.
HSL color Cylindrical-coordinate representation of color #0279AB: hue angle of 197.75º 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 #0279AB is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 2 | 121 | 171 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.33 |
| HSL | 197.75º | 0.98% | 0.34% | - |
| HSV(B) | 197.75º | 0.99% | 0.67% | - |
| XYZ | 14.21 | 16.63 | 40.99 | - |
| YUV | 91.12 | 173.08 | 64.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 171 | 0.99 | 0.29 | 0 | 0.33 | 197.75 | 0.98 | 0.34 |
| Hex | 2 | 79 | AB | 63 | 1D | 0 | 21 | C6 | 62 | 22 |
| Octal | 2 | 171 | 253 | 143 | 35 | 0 | 41 | 306 | 142 | 42 |
| Binary | 10 | 1111001 | 10101011 | 1100011 | 11101 | 0 | 100001 | 11000110 | 1100010 | 100010 |
Color Harmonies of #0279AB
Complementary color
Monochromatic Colors of #0279AB
Black with #0279AB
Text Example
Text Example
White with #0279AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279AB; }
p { color: rgb(2,121,171); }
H1.HeaderClassName
{
color: #0279AB;
}
.AnyTagClassName
{
color: #0279AB;
}
</style>
background-color css
<style>
a { background-color: #0279AB; }
a { background-color: rgb(2,121,171); }
div.DivClassName
{
background-color: #0279AB;
}
.BgClassName
{
background-color: #0279AB;
}
</style>
border-color css
<style>
span { border-color: #0279AB; }
span { border-color: rgb(2,121,171); }
td.TdClassName
{
border-color: #0279AB;
}
.TagClassName
{
border-color: #0279AB;
}
</style>