Shades of Navy Blue #0279CA
Tints of Navy Blue #0279CA
RGB
CMYK
RGB Variations
Color information
#0279CA (or 0x0279CA) is known color: Navy Blue. HEX triplet: 02, 79 and CA. RGB value is (2,121,202). Sum of RGB (Red+Green+Blue) = 2+121+202=325 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 202 (79.30% from 255 or 62.15% from 325); Max value from RGB is 202 - color contains mainly: blue. Hex color #0279CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0279CA is #FD8635. Grayscale: #5E5E5E. Windows color (decimal): -16614966 or 13269250. OLE color: 13269250.
HSL color Cylindrical-coordinate representation of color #0279CA: hue angle of 204.3º 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 #0279CA is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 2 | 121 | 202 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.21 |
| HSL | 204.3º | 0.98% | 0.4% | - |
| HSV(B) | 204.3º | 0.99% | 0.79% | - |
| XYZ | 17.52 | 17.95 | 58.42 | - |
| YUV | 94.65 | 188.58 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 202 | 0.99 | 0.40 | 0 | 0.21 | 204.3 | 0.98 | 0.4 |
| Hex | 2 | 79 | CA | 63 | 28 | 0 | 15 | CC | 62 | 28 |
| Octal | 2 | 171 | 312 | 143 | 50 | 0 | 25 | 314 | 142 | 50 |
| Binary | 10 | 1111001 | 11001010 | 1100011 | 101000 | 0 | 10101 | 11001100 | 1100010 | 101000 |
Color Harmonies of #0279CA
Complementary color
Monochromatic Colors of #0279CA
Black with #0279CA
Text Example
Text Example
White with #0279CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279CA; }
p { color: rgb(2,121,202); }
H1.HeaderClassName
{
color: #0279CA;
}
.AnyTagClassName
{
color: #0279CA;
}
</style>
background-color css
<style>
a { background-color: #0279CA; }
a { background-color: rgb(2,121,202); }
div.DivClassName
{
background-color: #0279CA;
}
.BgClassName
{
background-color: #0279CA;
}
</style>
border-color css
<style>
span { border-color: #0279CA; }
span { border-color: rgb(2,121,202); }
td.TdClassName
{
border-color: #0279CA;
}
.TagClassName
{
border-color: #0279CA;
}
</style>