Shades of Navy Blue #1264F0
Tints of Navy Blue #1264F0
RGB
CMYK
RGB Variations
Color information
#1264F0 (or 0x1264F0) is known color: Navy Blue. HEX triplet: 12, 64 and F0. RGB value is (18,100,240). Sum of RGB (Red+Green+Blue) = 18+100+240=358 (47% of max value = 765). Red value is 18 (7.42% from 255 or 5.03% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 240 (94.14% from 255 or 67.04% from 358); Max value from RGB is 240 - color contains mainly: blue. Hex color #1264F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1264F0 is #ED9B0F. Grayscale: #5A5A5A. Windows color (decimal): -15571728 or 15754258. OLE color: 15754258.
HSL color Cylindrical-coordinate representation of color #1264F0: hue angle of 217.84º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1264F0 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 18 | 100 | 240 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.06 |
| HSL | 217.84º | 0.88% | 0.51% | - |
| HSV(B) | 217.84º | 0.93% | 0.94% | - |
| XYZ | 20.53 | 15.53 | 84.35 | - |
| YUV | 91.44 | 211.83 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 100 | 240 | 0.92 | 0.58 | 0 | 0.06 | 217.84 | 0.88 | 0.51 |
| Hex | 12 | 64 | F0 | 5C | 3A | 0 | 6 | DA | 58 | 33 |
| Octal | 22 | 144 | 360 | 134 | 72 | 0 | 6 | 332 | 130 | 63 |
| Binary | 10010 | 1100100 | 11110000 | 1011100 | 111010 | 0 | 110 | 11011010 | 1011000 | 110011 |
Color Harmonies of #1264F0
Complementary color
Monochromatic Colors of #1264F0
Black with #1264F0
Text Example
Text Example
White with #1264F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1264F0; }
p { color: rgb(18,100,240); }
H1.HeaderClassName
{
color: #1264F0;
}
.AnyTagClassName
{
color: #1264F0;
}
</style>
background-color css
<style>
a { background-color: #1264F0; }
a { background-color: rgb(18,100,240); }
div.DivClassName
{
background-color: #1264F0;
}
.BgClassName
{
background-color: #1264F0;
}
</style>
border-color css
<style>
span { border-color: #1264F0; }
span { border-color: rgb(18,100,240); }
td.TdClassName
{
border-color: #1264F0;
}
.TagClassName
{
border-color: #1264F0;
}
</style>