Shades of Navy Blue #0279DB
Tints of Navy Blue #0279DB
RGB
CMYK
RGB Variations
Color information
#0279DB (or 0x0279DB) is known color: Navy Blue. HEX triplet: 02, 79 and DB. RGB value is (2,121,219). Sum of RGB (Red+Green+Blue) = 2+121+219=342 (45% of max value = 765). Red value is 2 (1.17% from 255 or 0.58% from 342); Green value is 121 (47.66% from 255 or 35.38% from 342); Blue value is 219 (85.94% from 255 or 64.04% from 342); Max value from RGB is 219 - color contains mainly: blue. Hex color #0279DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279DB is #FD8624. Grayscale: #606060. Windows color (decimal): -16614949 or 14383362. OLE color: 14383362.
HSL color Cylindrical-coordinate representation of color #0279DB: hue angle of 207.1º 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 #0279DB is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 121 | 219 | - |
| CMYK | 0.99 | 0.45 | 0 | 0.14 |
| HSL | 207.1º | 0.98% | 0.43% | - |
| HSV(B) | 207.1º | 0.99% | 0.86% | - |
| XYZ | 19.65 | 18.8 | 69.61 | - |
| YUV | 96.59 | 197.08 | 60.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 219 | 0.99 | 0.45 | 0 | 0.14 | 207.1 | 0.98 | 0.43 |
| Hex | 2 | 79 | DB | 63 | 2D | 0 | E | CF | 62 | 2B |
| Octal | 2 | 171 | 333 | 143 | 55 | 0 | 16 | 317 | 142 | 53 |
| Binary | 10 | 1111001 | 11011011 | 1100011 | 101101 | 0 | 1110 | 11001111 | 1100010 | 101011 |
Color Harmonies of #0279DB
Complementary color
Monochromatic Colors of #0279DB
Black with #0279DB
Text Example
Text Example
White with #0279DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279DB; }
p { color: rgb(2,121,219); }
H1.HeaderClassName
{
color: #0279DB;
}
.AnyTagClassName
{
color: #0279DB;
}
</style>
background-color css
<style>
a { background-color: #0279DB; }
a { background-color: rgb(2,121,219); }
div.DivClassName
{
background-color: #0279DB;
}
.BgClassName
{
background-color: #0279DB;
}
</style>
border-color css
<style>
span { border-color: #0279DB; }
span { border-color: rgb(2,121,219); }
td.TdClassName
{
border-color: #0279DB;
}
.TagClassName
{
border-color: #0279DB;
}
</style>