Shades of Navy Blue #0278DA
Tints of Navy Blue #0278DA
RGB
CMYK
RGB Variations
Color information
#0278DA (or 0x0278DA) is known color: Navy Blue. HEX triplet: 02, 78 and DA. RGB value is (2,120,218). Sum of RGB (Red+Green+Blue) = 2+120+218=340 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 340); Green value is 120 (47.27% from 255 or 35.29% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #0278DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0278DA is #FD8725. Grayscale: #5F5F5F. Windows color (decimal): -16615206 or 14317570. OLE color: 14317570.
HSL color Cylindrical-coordinate representation of color #0278DA: hue angle of 207.22º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0278DA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 2 | 120 | 218 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.15 |
| HSL | 207.22º | 0.98% | 0.43% | - |
| HSV(B) | 207.22º | 0.99% | 0.85% | - |
| XYZ | 19.4 | 18.51 | 68.88 | - |
| YUV | 95.89 | 196.91 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 218 | 0.99 | 0.45 | 0 | 0.15 | 207.22 | 0.98 | 0.43 |
| Hex | 2 | 78 | DA | 63 | 2D | 0 | F | CF | 62 | 2B |
| Octal | 2 | 170 | 332 | 143 | 55 | 0 | 17 | 317 | 142 | 53 |
| Binary | 10 | 1111000 | 11011010 | 1100011 | 101101 | 0 | 1111 | 11001111 | 1100010 | 101011 |
Color Harmonies of #0278DA
Complementary color
Monochromatic Colors of #0278DA
Black with #0278DA
Text Example
Text Example
White with #0278DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0278DA; }
p { color: rgb(2,120,218); }
H1.HeaderClassName
{
color: #0278DA;
}
.AnyTagClassName
{
color: #0278DA;
}
</style>
background-color css
<style>
a { background-color: #0278DA; }
a { background-color: rgb(2,120,218); }
div.DivClassName
{
background-color: #0278DA;
}
.BgClassName
{
background-color: #0278DA;
}
</style>
border-color css
<style>
span { border-color: #0278DA; }
span { border-color: rgb(2,120,218); }
td.TdClassName
{
border-color: #0278DA;
}
.TagClassName
{
border-color: #0278DA;
}
</style>