Shades of Navy Blue #0264DC
Tints of Navy Blue #0264DC
RGB
CMYK
RGB Variations
Color information
#0264DC (or 0x0264DC) is known color: Navy Blue. HEX triplet: 02, 64 and DC. RGB value is (2,100,220). Sum of RGB (Red+Green+Blue) = 2+100+220=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 100 (39.45% from 255 or 31.06% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #0264DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0264DC is #FD9B23. Grayscale: #535353. Windows color (decimal): -16620324 or 14443522. OLE color: 14443522.
HSL color Cylindrical-coordinate representation of color #0264DC: hue angle of 213.03º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264DC is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 2 | 100 | 220 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.14 |
| HSL | 213.03º | 0.98% | 0.44% | - |
| HSV(B) | 213.03º | 0.99% | 0.86% | - |
| XYZ | 17.5 | 14.29 | 69.55 | - |
| YUV | 84.38 | 204.53 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 220 | 0.99 | 0.55 | 0 | 0.14 | 213.03 | 0.98 | 0.44 |
| Hex | 2 | 64 | DC | 63 | 37 | 0 | E | D5 | 62 | 2C |
| Octal | 2 | 144 | 334 | 143 | 67 | 0 | 16 | 325 | 142 | 54 |
| Binary | 10 | 1100100 | 11011100 | 1100011 | 110111 | 0 | 1110 | 11010101 | 1100010 | 101100 |
Color Harmonies of #0264DC
Complementary color
Monochromatic Colors of #0264DC
Black with #0264DC
Text Example
Text Example
White with #0264DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0264DC; }
p { color: rgb(2,100,220); }
H1.HeaderClassName
{
color: #0264DC;
}
.AnyTagClassName
{
color: #0264DC;
}
</style>
background-color css
<style>
a { background-color: #0264DC; }
a { background-color: rgb(2,100,220); }
div.DivClassName
{
background-color: #0264DC;
}
.BgClassName
{
background-color: #0264DC;
}
</style>
border-color css
<style>
span { border-color: #0264DC; }
span { border-color: rgb(2,100,220); }
td.TdClassName
{
border-color: #0264DC;
}
.TagClassName
{
border-color: #0264DC;
}
</style>