Shades of Navy Blue #0279CD
Tints of Navy Blue #0279CD
RGB
CMYK
RGB Variations
Color information
#0279CD (or 0x0279CD) is known color: Navy Blue. HEX triplet: 02, 79 and CD. RGB value is (2,121,205). Sum of RGB (Red+Green+Blue) = 2+121+205=328 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 205 (80.47% from 255 or 62.5% from 328); Max value from RGB is 205 - color contains mainly: blue. Hex color #0279CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279CD is #FD8632. Grayscale: #5E5E5E. Windows color (decimal): -16614963 or 13465858. OLE color: 13465858.
HSL color Cylindrical-coordinate representation of color #0279CD: hue angle of 204.83º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279CD is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 121 | 205 | - |
| CMYK | 0.99 | 0.41 | 0 | 0.20 |
| HSL | 204.83º | 0.98% | 0.41% | - |
| HSV(B) | 204.83º | 0.99% | 0.8% | - |
| XYZ | 17.88 | 18.1 | 60.31 | - |
| YUV | 95 | 190.08 | 61.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 205 | 0.99 | 0.41 | 0 | 0.20 | 204.83 | 0.98 | 0.41 |
| Hex | 2 | 79 | CD | 63 | 29 | 0 | 14 | CD | 62 | 29 |
| Octal | 2 | 171 | 315 | 143 | 51 | 0 | 24 | 315 | 142 | 51 |
| Binary | 10 | 1111001 | 11001101 | 1100011 | 101001 | 0 | 10100 | 11001101 | 1100010 | 101001 |
Color Harmonies of #0279CD
Complementary color
Monochromatic Colors of #0279CD
Black with #0279CD
Text Example
Text Example
White with #0279CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279CD; }
p { color: rgb(2,121,205); }
H1.HeaderClassName
{
color: #0279CD;
}
.AnyTagClassName
{
color: #0279CD;
}
</style>
background-color css
<style>
a { background-color: #0279CD; }
a { background-color: rgb(2,121,205); }
div.DivClassName
{
background-color: #0279CD;
}
.BgClassName
{
background-color: #0279CD;
}
</style>
border-color css
<style>
span { border-color: #0279CD; }
span { border-color: rgb(2,121,205); }
td.TdClassName
{
border-color: #0279CD;
}
.TagClassName
{
border-color: #0279CD;
}
</style>