Shades of Navy Blue #1069DF
Tints of Navy Blue #1069DF
RGB
CMYK
RGB Variations
Color information
#1069DF (or 0x1069DF) is known color: Navy Blue. HEX triplet: 10, 69 and DF. RGB value is (16,105,223). Sum of RGB (Red+Green+Blue) = 16+105+223=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 223 (87.5% from 255 or 64.83% from 344); Max value from RGB is 223 - color contains mainly: blue. Hex color #1069DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1069DF is #EF9620. Grayscale: #5B5B5B. Windows color (decimal): -15701537 or 14641424. OLE color: 14641424.
HSL color Cylindrical-coordinate representation of color #1069DF: hue angle of 214.2º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1069DF is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 105 | 223 | - |
| CMYK | 0.93 | 0.53 | 0 | 0.13 |
| HSL | 214.2º | 0.87% | 0.47% | - |
| HSV(B) | 214.2º | 0.93% | 0.87% | - |
| XYZ | 18.58 | 15.54 | 71.83 | - |
| YUV | 91.84 | 202.01 | 73.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 105 | 223 | 0.93 | 0.53 | 0 | 0.13 | 214.2 | 0.87 | 0.47 |
| Hex | 10 | 69 | DF | 5D | 35 | 0 | D | D6 | 57 | 2F |
| Octal | 20 | 151 | 337 | 135 | 65 | 0 | 15 | 326 | 127 | 57 |
| Binary | 10000 | 1101001 | 11011111 | 1011101 | 110101 | 0 | 1101 | 11010110 | 1010111 | 101111 |
Color Harmonies of #1069DF
Complementary color
Monochromatic Colors of #1069DF
Black with #1069DF
Text Example
Text Example
White with #1069DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1069DF; }
p { color: rgb(16,105,223); }
H1.HeaderClassName
{
color: #1069DF;
}
.AnyTagClassName
{
color: #1069DF;
}
</style>
background-color css
<style>
a { background-color: #1069DF; }
a { background-color: rgb(16,105,223); }
div.DivClassName
{
background-color: #1069DF;
}
.BgClassName
{
background-color: #1069DF;
}
</style>
border-color css
<style>
span { border-color: #1069DF; }
span { border-color: rgb(16,105,223); }
td.TdClassName
{
border-color: #1069DF;
}
.TagClassName
{
border-color: #1069DF;
}
</style>