Shades of Navy Blue #0279C9
Tints of Navy Blue #0279C9
RGB
CMYK
RGB Variations
Color information
#0279C9 (or 0x0279C9) is known color: Navy Blue. HEX triplet: 02, 79 and C9. RGB value is (2,121,201). Sum of RGB (Red+Green+Blue) = 2+121+201=324 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #0279C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279C9 is #FD8636. Grayscale: #5E5E5E. Windows color (decimal): -16614967 or 13203714. OLE color: 13203714.
HSL color Cylindrical-coordinate representation of color #0279C9: hue angle of 204.12º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279C9 is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 121 | 201 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.21 |
| HSL | 204.12º | 0.98% | 0.4% | - |
| HSV(B) | 204.12º | 0.99% | 0.79% | - |
| XYZ | 17.41 | 17.9 | 57.8 | - |
| YUV | 94.54 | 188.08 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 201 | 0.99 | 0.40 | 0 | 0.21 | 204.12 | 0.98 | 0.4 |
| Hex | 2 | 79 | C9 | 63 | 28 | 0 | 15 | CC | 62 | 28 |
| Octal | 2 | 171 | 311 | 143 | 50 | 0 | 25 | 314 | 142 | 50 |
| Binary | 10 | 1111001 | 11001001 | 1100011 | 101000 | 0 | 10101 | 11001100 | 1100010 | 101000 |
Color Harmonies of #0279C9
Complementary color
Monochromatic Colors of #0279C9
Black with #0279C9
Text Example
Text Example
White with #0279C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279C9; }
p { color: rgb(2,121,201); }
H1.HeaderClassName
{
color: #0279C9;
}
.AnyTagClassName
{
color: #0279C9;
}
</style>
background-color css
<style>
a { background-color: #0279C9; }
a { background-color: rgb(2,121,201); }
div.DivClassName
{
background-color: #0279C9;
}
.BgClassName
{
background-color: #0279C9;
}
</style>
border-color css
<style>
span { border-color: #0279C9; }
span { border-color: rgb(2,121,201); }
td.TdClassName
{
border-color: #0279C9;
}
.TagClassName
{
border-color: #0279C9;
}
</style>