Shades of Cerulean #0278A4
Tints of Cerulean #0278A4
RGB
CMYK
RGB Variations
Color information
#0278A4 (or 0x0278A4) is known color: Cerulean. HEX triplet: 02, 78 and A4. RGB value is (2,120,164). Sum of RGB (Red+Green+Blue) = 2+120+164=286 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.70% from 286); Green value is 120 (47.27% from 255 or 41.96% from 286); Blue value is 164 (64.45% from 255 or 57.34% from 286); Max value from RGB is 164 - color contains mainly: blue. Hex color #0278A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0278A4 is #FD875B. Grayscale: #595959. Windows color (decimal): -16615260 or 10778626. OLE color: 10778626.
HSL color Cylindrical-coordinate representation of color #0278A4: hue angle of 196.3º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0278A4 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 2 | 120 | 164 | - |
| CMYK | 0.99 | 0.27 | 0 | 0.36 |
| HSL | 196.3º | 0.98% | 0.33% | - |
| HSV(B) | 196.3º | 0.99% | 0.64% | - |
| XYZ | 13.44 | 16.13 | 37.53 | - |
| YUV | 89.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 164 | 0.99 | 0.27 | 0 | 0.36 | 196.3 | 0.98 | 0.33 |
| Hex | 2 | 78 | A4 | 63 | 1B | 0 | 24 | C4 | 62 | 21 |
| Octal | 2 | 170 | 244 | 143 | 33 | 0 | 44 | 304 | 142 | 41 |
| Binary | 10 | 1111000 | 10100100 | 1100011 | 11011 | 0 | 100100 | 11000100 | 1100010 | 100001 |
Color Harmonies of #0278A4
Complementary color
Monochromatic Colors of #0278A4
Black with #0278A4
Text Example
Text Example
White with #0278A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0278A4; }
p { color: rgb(2,120,164); }
H1.HeaderClassName
{
color: #0278A4;
}
.AnyTagClassName
{
color: #0278A4;
}
</style>
background-color css
<style>
a { background-color: #0278A4; }
a { background-color: rgb(2,120,164); }
div.DivClassName
{
background-color: #0278A4;
}
.BgClassName
{
background-color: #0278A4;
}
</style>
border-color css
<style>
span { border-color: #0278A4; }
span { border-color: rgb(2,120,164); }
td.TdClassName
{
border-color: #0278A4;
}
.TagClassName
{
border-color: #0278A4;
}
</style>