Shades of Navy Blue #1065DA
Tints of Navy Blue #1065DA
RGB
CMYK
RGB Variations
Color information
#1065DA (or 0x1065DA) is known color: Navy Blue. HEX triplet: 10, 65 and DA. RGB value is (16,101,218). Sum of RGB (Red+Green+Blue) = 16+101+218=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 218 (85.55% from 255 or 65.07% from 335); Max value from RGB is 218 - color contains mainly: blue. Hex color #1065DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1065DA is #EF9A25. Grayscale: #585858. Windows color (decimal): -15702566 or 14312720. OLE color: 14312720.
HSL color Cylindrical-coordinate representation of color #1065DA: hue angle of 214.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1065DA is Cyan = 0.93, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 101 | 218 | - |
| CMYK | 0.93 | 0.54 | 0 | 0.15 |
| HSL | 214.75º | 0.86% | 0.46% | - |
| HSV(B) | 214.75º | 0.93% | 0.85% | - |
| XYZ | 17.52 | 14.48 | 68.2 | - |
| YUV | 88.92 | 200.84 | 75.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 101 | 218 | 0.93 | 0.54 | 0 | 0.15 | 214.75 | 0.86 | 0.46 |
| Hex | 10 | 65 | DA | 5D | 36 | 0 | F | D7 | 56 | 2E |
| Octal | 20 | 145 | 332 | 135 | 66 | 0 | 17 | 327 | 126 | 56 |
| Binary | 10000 | 1100101 | 11011010 | 1011101 | 110110 | 0 | 1111 | 11010111 | 1010110 | 101110 |
Color Harmonies of #1065DA
Complementary color
Monochromatic Colors of #1065DA
Black with #1065DA
Text Example
Text Example
White with #1065DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1065DA; }
p { color: rgb(16,101,218); }
H1.HeaderClassName
{
color: #1065DA;
}
.AnyTagClassName
{
color: #1065DA;
}
</style>
background-color css
<style>
a { background-color: #1065DA; }
a { background-color: rgb(16,101,218); }
div.DivClassName
{
background-color: #1065DA;
}
.BgClassName
{
background-color: #1065DA;
}
</style>
border-color css
<style>
span { border-color: #1065DA; }
span { border-color: rgb(16,101,218); }
td.TdClassName
{
border-color: #1065DA;
}
.TagClassName
{
border-color: #1065DA;
}
</style>