Shades of Navy Blue #0278DB
Tints of Navy Blue #0278DB
RGB
CMYK
RGB Variations
Color information
#0278DB (or 0x0278DB) is known color: Navy Blue. HEX triplet: 02, 78 and DB. RGB value is (2,120,219). Sum of RGB (Red+Green+Blue) = 2+120+219=341 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.59% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 219 (85.94% from 255 or 64.22% from 341); Max value from RGB is 219 - color contains mainly: blue. Hex color #0278DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0278DB is #FD8724. Grayscale: #5F5F5F. Windows color (decimal): -16615205 or 14383106. OLE color: 14383106.
HSL color Cylindrical-coordinate representation of color #0278DB: hue angle of 207.37º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0278DB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 120 | 219 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.14 |
| HSL | 207.37º | 0.98% | 0.43% | - |
| HSV(B) | 207.37º | 0.99% | 0.86% | - |
| XYZ | 19.53 | 18.56 | 69.57 | - |
| YUV | 96 | 197.41 | 60.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 219 | 0.99 | 0.45 | 0 | 0.14 | 207.37 | 0.98 | 0.43 |
| Hex | 2 | 78 | DB | 63 | 2D | 0 | E | CF | 62 | 2B |
| Octal | 2 | 170 | 333 | 143 | 55 | 0 | 16 | 317 | 142 | 53 |
| Binary | 10 | 1111000 | 11011011 | 1100011 | 101101 | 0 | 1110 | 11001111 | 1100010 | 101011 |
Color Harmonies of #0278DB
Complementary color
Monochromatic Colors of #0278DB
Black with #0278DB
Text Example
Text Example
White with #0278DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0278DB; }
p { color: rgb(2,120,219); }
H1.HeaderClassName
{
color: #0278DB;
}
.AnyTagClassName
{
color: #0278DB;
}
</style>
background-color css
<style>
a { background-color: #0278DB; }
a { background-color: rgb(2,120,219); }
div.DivClassName
{
background-color: #0278DB;
}
.BgClassName
{
background-color: #0278DB;
}
</style>
border-color css
<style>
span { border-color: #0278DB; }
span { border-color: rgb(2,120,219); }
td.TdClassName
{
border-color: #0278DB;
}
.TagClassName
{
border-color: #0278DB;
}
</style>