Shades of Navy Blue #0264C0
Tints of Navy Blue #0264C0
RGB
CMYK
RGB Variations
Color information
#0264C0 (or 0x0264C0) is known color: Navy Blue. HEX triplet: 02, 64 and C0. RGB value is (2,100,192). Sum of RGB (Red+Green+Blue) = 2+100+192=294 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 294); Green value is 100 (39.45% from 255 or 34.01% from 294); Blue value is 192 (75.39% from 255 or 65.31% from 294); Max value from RGB is 192 - color contains mainly: blue. Hex color #0264C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0264C0 is #FD9B3F. Grayscale: #505050. Windows color (decimal): -16620352 or 12608514. OLE color: 12608514.
HSL color Cylindrical-coordinate representation of color #0264C0: hue angle of 209.05º 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 #0264C0 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 2 | 100 | 192 | - |
| CMYK | 0.99 | 0.48 | 0 | 0.25 |
| HSL | 209.05º | 0.98% | 0.38% | - |
| HSV(B) | 209.05º | 0.99% | 0.75% | - |
| XYZ | 14.1 | 12.93 | 51.62 | - |
| YUV | 81.19 | 190.53 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 192 | 0.99 | 0.48 | 0 | 0.25 | 209.05 | 0.98 | 0.38 |
| Hex | 2 | 64 | C0 | 63 | 30 | 0 | 19 | D1 | 62 | 26 |
| Octal | 2 | 144 | 300 | 143 | 60 | 0 | 31 | 321 | 142 | 46 |
| Binary | 10 | 1100100 | 11000000 | 1100011 | 110000 | 0 | 11001 | 11010001 | 1100010 | 100110 |
Color Harmonies of #0264C0
Complementary color
Monochromatic Colors of #0264C0
Black with #0264C0
Text Example
Text Example
White with #0264C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0264C0; }
p { color: rgb(2,100,192); }
H1.HeaderClassName
{
color: #0264C0;
}
.AnyTagClassName
{
color: #0264C0;
}
</style>
background-color css
<style>
a { background-color: #0264C0; }
a { background-color: rgb(2,100,192); }
div.DivClassName
{
background-color: #0264C0;
}
.BgClassName
{
background-color: #0264C0;
}
</style>
border-color css
<style>
span { border-color: #0264C0; }
span { border-color: rgb(2,100,192); }
td.TdClassName
{
border-color: #0264C0;
}
.TagClassName
{
border-color: #0264C0;
}
</style>