Shades of Navy Blue #1065F6
Tints of Navy Blue #1065F6
RGB
CMYK
RGB Variations
Color information
#1065F6 (or 0x1065F6) is known color: Navy Blue. HEX triplet: 10, 65 and F6. RGB value is (16,101,246). Sum of RGB (Red+Green+Blue) = 16+101+246=363 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.41% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 246 (96.48% from 255 or 67.77% from 363); Max value from RGB is 246 - color contains mainly: blue. Hex color #1065F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065F6 is #EF9A09. Grayscale: #5B5B5B. Windows color (decimal): -15702538 or 16147728. OLE color: 16147728.
HSL color Cylindrical-coordinate representation of color #1065F6: hue angle of 217.83º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065F6 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 101 | 246 | - |
| CMYK | 0.93 | 0.59 | 0 | 0.04 |
| HSL | 217.83º | 0.93% | 0.51% | - |
| HSV(B) | 217.83º | 0.93% | 0.96% | - |
| XYZ | 21.5 | 16.07 | 89.16 | - |
| YUV | 92.12 | 214.84 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 246 | 0.93 | 0.59 | 0 | 0.04 | 217.83 | 0.93 | 0.51 |
| Hex | 10 | 65 | F6 | 5D | 3B | 0 | 4 | DA | 5D | 33 |
| Octal | 20 | 145 | 366 | 135 | 73 | 0 | 4 | 332 | 135 | 63 |
| Binary | 10000 | 1100101 | 11110110 | 1011101 | 111011 | 0 | 100 | 11011010 | 1011101 | 110011 |
Color Harmonies of #1065F6
Complementary color
Monochromatic Colors of #1065F6
Black with #1065F6
Text Example
Text Example
White with #1065F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065F6; }
p { color: rgb(16,101,246); }
H1.HeaderClassName
{
color: #1065F6;
}
.AnyTagClassName
{
color: #1065F6;
}
</style>
background-color css
<style>
a { background-color: #1065F6; }
a { background-color: rgb(16,101,246); }
div.DivClassName
{
background-color: #1065F6;
}
.BgClassName
{
background-color: #1065F6;
}
</style>
border-color css
<style>
span { border-color: #1065F6; }
span { border-color: rgb(16,101,246); }
td.TdClassName
{
border-color: #1065F6;
}
.TagClassName
{
border-color: #1065F6;
}
</style>