Shades of Navy Blue #0279CB
Tints of Navy Blue #0279CB
RGB
CMYK
RGB Variations
Color information
#0279CB (or 0x0279CB) is known color: Navy Blue. HEX triplet: 02, 79 and CB. RGB value is (2,121,203). Sum of RGB (Red+Green+Blue) = 2+121+203=326 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 203 (79.69% from 255 or 62.27% from 326); Max value from RGB is 203 - color contains mainly: blue. Hex color #0279CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279CB is #FD8634. Grayscale: #5E5E5E. Windows color (decimal): -16614965 or 13334786. OLE color: 13334786.
HSL color Cylindrical-coordinate representation of color #0279CB: hue angle of 204.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279CB is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 2 | 121 | 203 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.20 |
| HSL | 204.48º | 0.98% | 0.4% | - |
| HSV(B) | 204.48º | 0.99% | 0.8% | - |
| XYZ | 17.64 | 18 | 59.04 | - |
| YUV | 94.77 | 189.08 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 203 | 0.99 | 0.40 | 0 | 0.20 | 204.48 | 0.98 | 0.4 |
| Hex | 2 | 79 | CB | 63 | 28 | 0 | 14 | CC | 62 | 28 |
| Octal | 2 | 171 | 313 | 143 | 50 | 0 | 24 | 314 | 142 | 50 |
| Binary | 10 | 1111001 | 11001011 | 1100011 | 101000 | 0 | 10100 | 11001100 | 1100010 | 101000 |
Color Harmonies of #0279CB
Complementary color
Monochromatic Colors of #0279CB
Black with #0279CB
Text Example
Text Example
White with #0279CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279CB; }
p { color: rgb(2,121,203); }
H1.HeaderClassName
{
color: #0279CB;
}
.AnyTagClassName
{
color: #0279CB;
}
</style>
background-color css
<style>
a { background-color: #0279CB; }
a { background-color: rgb(2,121,203); }
div.DivClassName
{
background-color: #0279CB;
}
.BgClassName
{
background-color: #0279CB;
}
</style>
border-color css
<style>
span { border-color: #0279CB; }
span { border-color: rgb(2,121,203); }
td.TdClassName
{
border-color: #0279CB;
}
.TagClassName
{
border-color: #0279CB;
}
</style>