Shades of Navy Blue #0279BF
Tints of Navy Blue #0279BF
RGB
CMYK
RGB Variations
Color information
#0279BF (or 0x0279BF) is known color: Navy Blue. HEX triplet: 02, 79 and BF. RGB value is (2,121,191). Sum of RGB (Red+Green+Blue) = 2+121+191=314 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 191 (75% from 255 or 60.83% from 314); Max value from RGB is 191 - color contains mainly: blue. Hex color #0279BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279BF is #FD8640. Grayscale: #5D5D5D. Windows color (decimal): -16614977 or 12548354. OLE color: 12548354.
HSL color Cylindrical-coordinate representation of color #0279BF: hue angle of 202.22º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279BF is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 121 | 191 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.25 |
| HSL | 202.22º | 0.98% | 0.38% | - |
| HSV(B) | 202.22º | 0.99% | 0.75% | - |
| XYZ | 16.27 | 17.45 | 51.8 | - |
| YUV | 93.4 | 183.08 | 62.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 191 | 0.99 | 0.37 | 0 | 0.25 | 202.22 | 0.98 | 0.38 |
| Hex | 2 | 79 | BF | 63 | 25 | 0 | 19 | CA | 62 | 26 |
| Octal | 2 | 171 | 277 | 143 | 45 | 0 | 31 | 312 | 142 | 46 |
| Binary | 10 | 1111001 | 10111111 | 1100011 | 100101 | 0 | 11001 | 11001010 | 1100010 | 100110 |
Color Harmonies of #0279BF
Complementary color
Monochromatic Colors of #0279BF
Black with #0279BF
Text Example
Text Example
White with #0279BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279BF; }
p { color: rgb(2,121,191); }
H1.HeaderClassName
{
color: #0279BF;
}
.AnyTagClassName
{
color: #0279BF;
}
</style>
background-color css
<style>
a { background-color: #0279BF; }
a { background-color: rgb(2,121,191); }
div.DivClassName
{
background-color: #0279BF;
}
.BgClassName
{
background-color: #0279BF;
}
</style>
border-color css
<style>
span { border-color: #0279BF; }
span { border-color: rgb(2,121,191); }
td.TdClassName
{
border-color: #0279BF;
}
.TagClassName
{
border-color: #0279BF;
}
</style>