Shades of Navy Blue #0264EA
Tints of Navy Blue #0264EA
RGB
CMYK
RGB Variations
Color information
#0264EA (or 0x0264EA) is known color: Navy Blue. HEX triplet: 02, 64 and EA. RGB value is (2,100,234). Sum of RGB (Red+Green+Blue) = 2+100+234=336 (44% of max value = 765). Red value is 2 (1.17% from 255 or 0.60% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #0264EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0264EA is #FD9B15. Grayscale: #555555. Windows color (decimal): -16620310 or 15361026. OLE color: 15361026.
HSL color Cylindrical-coordinate representation of color #0264EA: hue angle of 214.66º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264EA is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 2 | 100 | 234 | - |
| CMYK | 0.99 | 0.57 | 0 | 0.08 |
| HSL | 214.66º | 0.98% | 0.46% | - |
| HSV(B) | 214.66º | 0.99% | 0.92% | - |
| XYZ | 19.43 | 15.07 | 79.73 | - |
| YUV | 85.97 | 211.53 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 234 | 0.99 | 0.57 | 0 | 0.08 | 214.66 | 0.98 | 0.46 |
| Hex | 2 | 64 | EA | 63 | 39 | 0 | 8 | D7 | 62 | 2E |
| Octal | 2 | 144 | 352 | 143 | 71 | 0 | 10 | 327 | 142 | 56 |
| Binary | 10 | 1100100 | 11101010 | 1100011 | 111001 | 0 | 1000 | 11010111 | 1100010 | 101110 |
Color Harmonies of #0264EA
Complementary color
Monochromatic Colors of #0264EA
Black with #0264EA
Text Example
Text Example
White with #0264EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0264EA; }
p { color: rgb(2,100,234); }
H1.HeaderClassName
{
color: #0264EA;
}
.AnyTagClassName
{
color: #0264EA;
}
</style>
background-color css
<style>
a { background-color: #0264EA; }
a { background-color: rgb(2,100,234); }
div.DivClassName
{
background-color: #0264EA;
}
.BgClassName
{
background-color: #0264EA;
}
</style>
border-color css
<style>
span { border-color: #0264EA; }
span { border-color: rgb(2,100,234); }
td.TdClassName
{
border-color: #0264EA;
}
.TagClassName
{
border-color: #0264EA;
}
</style>