Shades of Navy Blue #1064F2
Tints of Navy Blue #1064F2
RGB
CMYK
RGB Variations
Color information
#1064F2 (or 0x1064F2) is known color: Navy Blue. HEX triplet: 10, 64 and F2. RGB value is (16,100,242). Sum of RGB (Red+Green+Blue) = 16+100+242=358 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.47% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 242 (94.92% from 255 or 67.60% from 358); Max value from RGB is 242 - color contains mainly: blue. Hex color #1064F2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1064F2 is #EF9B0D. Grayscale: #5A5A5A. Windows color (decimal): -15702798 or 15885328. OLE color: 15885328.
HSL color Cylindrical-coordinate representation of color #1064F2: hue angle of 217.7º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1064F2 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 100 | 242 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.05 |
| HSL | 217.7º | 0.9% | 0.51% | - |
| HSV(B) | 217.7º | 0.93% | 0.95% | - |
| XYZ | 20.8 | 15.64 | 85.93 | - |
| YUV | 91.07 | 213.17 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 100 | 242 | 0.93 | 0.59 | 0 | 0.05 | 217.7 | 0.9 | 0.51 |
| Hex | 10 | 64 | F2 | 5D | 3B | 0 | 5 | DA | 5A | 33 |
| Octal | 20 | 144 | 362 | 135 | 73 | 0 | 5 | 332 | 132 | 63 |
| Binary | 10000 | 1100100 | 11110010 | 1011101 | 111011 | 0 | 101 | 11011010 | 1011010 | 110011 |
Color Harmonies of #1064F2
Complementary color
Monochromatic Colors of #1064F2
Black with #1064F2
Text Example
Text Example
White with #1064F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1064F2; }
p { color: rgb(16,100,242); }
H1.HeaderClassName
{
color: #1064F2;
}
.AnyTagClassName
{
color: #1064F2;
}
</style>
background-color css
<style>
a { background-color: #1064F2; }
a { background-color: rgb(16,100,242); }
div.DivClassName
{
background-color: #1064F2;
}
.BgClassName
{
background-color: #1064F2;
}
</style>
border-color css
<style>
span { border-color: #1064F2; }
span { border-color: rgb(16,100,242); }
td.TdClassName
{
border-color: #1064F2;
}
.TagClassName
{
border-color: #1064F2;
}
</style>