Shades of Navy Blue #1065EA
Tints of Navy Blue #1065EA
RGB
CMYK
RGB Variations
Color information
#1065EA (or 0x1065EA) is known color: Navy Blue. HEX triplet: 10, 65 and EA. RGB value is (16,101,234). Sum of RGB (Red+Green+Blue) = 16+101+234=351 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.56% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #1065EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1065EA is #EF9A15. Grayscale: #5A5A5A. Windows color (decimal): -15702550 or 15361296. OLE color: 15361296.
HSL color Cylindrical-coordinate representation of color #1065EA: hue angle of 216.61º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065EA is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 101 | 234 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.08 |
| HSL | 216.61º | 0.87% | 0.49% | - |
| HSV(B) | 216.61º | 0.93% | 0.92% | - |
| XYZ | 19.72 | 15.36 | 79.77 | - |
| YUV | 90.75 | 208.84 | 74.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 234 | 0.93 | 0.57 | 0 | 0.08 | 216.61 | 0.87 | 0.49 |
| Hex | 10 | 65 | EA | 5D | 39 | 0 | 8 | D9 | 57 | 31 |
| Octal | 20 | 145 | 352 | 135 | 71 | 0 | 10 | 331 | 127 | 61 |
| Binary | 10000 | 1100101 | 11101010 | 1011101 | 111001 | 0 | 1000 | 11011001 | 1010111 | 110001 |
Color Harmonies of #1065EA
Complementary color
Monochromatic Colors of #1065EA
Black with #1065EA
Text Example
Text Example
White with #1065EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065EA; }
p { color: rgb(16,101,234); }
H1.HeaderClassName
{
color: #1065EA;
}
.AnyTagClassName
{
color: #1065EA;
}
</style>
background-color css
<style>
a { background-color: #1065EA; }
a { background-color: rgb(16,101,234); }
div.DivClassName
{
background-color: #1065EA;
}
.BgClassName
{
background-color: #1065EA;
}
</style>
border-color css
<style>
span { border-color: #1065EA; }
span { border-color: rgb(16,101,234); }
td.TdClassName
{
border-color: #1065EA;
}
.TagClassName
{
border-color: #1065EA;
}
</style>