Shades of Navy Blue #0264FC
Tints of Navy Blue #0264FC
RGB
CMYK
RGB Variations
Color information
#0264FC (or 0x0264FC) is known color: Navy Blue. HEX triplet: 02, 64 and FC. RGB value is (2,100,252). Sum of RGB (Red+Green+Blue) = 2+100+252=354 (46% of max value = 765). Red value is 2 (1.17% from 255 or 0.56% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 252 (98.83% from 255 or 71.19% from 354); Max value from RGB is 252 - color contains mainly: blue. Hex color #0264FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0264FC is #FD9B03. Grayscale: #575757. Windows color (decimal): -16620292 or 16540674. OLE color: 16540674.
HSL color Cylindrical-coordinate representation of color #0264FC: hue angle of 216.48º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0264FC is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 100 | 252 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.01 |
| HSL | 216.48º | 0.98% | 0.5% | - |
| HSV(B) | 216.48º | 0.99% | 0.99% | - |
| XYZ | 22.15 | 16.16 | 94.05 | - |
| YUV | 88.03 | 220.53 | 66.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 100 | 252 | 0.99 | 0.60 | 0 | 0.01 | 216.48 | 0.98 | 0.5 |
| Hex | 2 | 64 | FC | 63 | 3C | 0 | 1 | D8 | 62 | 32 |
| Octal | 2 | 144 | 374 | 143 | 74 | 0 | 1 | 330 | 142 | 62 |
| Binary | 10 | 1100100 | 11111100 | 1100011 | 111100 | 0 | 1 | 11011000 | 1100010 | 110010 |
Color Harmonies of #0264FC
Complementary color
Monochromatic Colors of #0264FC
Black with #0264FC
Text Example
Text Example
White with #0264FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0264FC; }
p { color: rgb(2,100,252); }
H1.HeaderClassName
{
color: #0264FC;
}
.AnyTagClassName
{
color: #0264FC;
}
</style>
background-color css
<style>
a { background-color: #0264FC; }
a { background-color: rgb(2,100,252); }
div.DivClassName
{
background-color: #0264FC;
}
.BgClassName
{
background-color: #0264FC;
}
</style>
border-color css
<style>
span { border-color: #0264FC; }
span { border-color: rgb(2,100,252); }
td.TdClassName
{
border-color: #0264FC;
}
.TagClassName
{
border-color: #0264FC;
}
</style>