Shades of Cerulean #0278A9
Tints of Cerulean #0278A9
RGB
CMYK
RGB Variations
Color information
#0278A9 (or 0x0278A9) is known color: Cerulean. HEX triplet: 02, 78 and A9. RGB value is (2,120,169). Sum of RGB (Red+Green+Blue) = 2+120+169=291 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 169 (66.41% from 255 or 58.08% from 291); Max value from RGB is 169 - color contains mainly: blue. Hex color #0278A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0278A9 is #FD8756. Grayscale: #595959. Windows color (decimal): -16615255 or 11106306. OLE color: 11106306.
HSL color Cylindrical-coordinate representation of color #0278A9: hue angle of 197.6º 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 #0278A9 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 2 | 120 | 169 | - |
| CMYK | 0.99 | 0.29 | 0 | 0.34 |
| HSL | 197.6º | 0.98% | 0.34% | - |
| HSV(B) | 197.6º | 0.99% | 0.66% | - |
| XYZ | 13.9 | 16.31 | 39.95 | - |
| YUV | 90.3 | 172.41 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 169 | 0.99 | 0.29 | 0 | 0.34 | 197.6 | 0.98 | 0.34 |
| Hex | 2 | 78 | A9 | 63 | 1D | 0 | 22 | C6 | 62 | 22 |
| Octal | 2 | 170 | 251 | 143 | 35 | 0 | 42 | 306 | 142 | 42 |
| Binary | 10 | 1111000 | 10101001 | 1100011 | 11101 | 0 | 100010 | 11000110 | 1100010 | 100010 |
Color Harmonies of #0278A9
Complementary color
Monochromatic Colors of #0278A9
Black with #0278A9
Text Example
Text Example
White with #0278A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0278A9; }
p { color: rgb(2,120,169); }
H1.HeaderClassName
{
color: #0278A9;
}
.AnyTagClassName
{
color: #0278A9;
}
</style>
background-color css
<style>
a { background-color: #0278A9; }
a { background-color: rgb(2,120,169); }
div.DivClassName
{
background-color: #0278A9;
}
.BgClassName
{
background-color: #0278A9;
}
</style>
border-color css
<style>
span { border-color: #0278A9; }
span { border-color: rgb(2,120,169); }
td.TdClassName
{
border-color: #0278A9;
}
.TagClassName
{
border-color: #0278A9;
}
</style>