Shades of Navy Blue #1D6ADF
Tints of Navy Blue #1D6ADF
RGB
CMYK
RGB Variations
Color information
#1D6ADF (or 0x1D6ADF) is known color: Navy Blue. HEX triplet: 1D, 6A and DF. RGB value is (29,106,223). Sum of RGB (Red+Green+Blue) = 29+106+223=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 106 (41.80% from 255 or 29.61% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D6ADF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6ADF is #E29520. Grayscale: #5F5F5F. Windows color (decimal): -14849313 or 14641693. OLE color: 14641693.
HSL color Cylindrical-coordinate representation of color #1D6ADF: hue angle of 216.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1D6ADF is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 106 | 223 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.13 |
| HSL | 216.19º | 0.77% | 0.49% | - |
| HSV(B) | 216.19º | 0.87% | 0.87% | - |
| XYZ | 18.98 | 15.9 | 71.88 | - |
| YUV | 96.32 | 199.49 | 79.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 106 | 223 | 0.87 | 0.52 | 0 | 0.13 | 216.19 | 0.77 | 0.49 |
| Hex | 1D | 6A | DF | 57 | 34 | 0 | D | D8 | 4D | 31 |
| Octal | 35 | 152 | 337 | 127 | 64 | 0 | 15 | 330 | 115 | 61 |
| Binary | 11101 | 1101010 | 11011111 | 1010111 | 110100 | 0 | 1101 | 11011000 | 1001101 | 110001 |
Color Harmonies of #1D6ADF
Complementary color
Monochromatic Colors of #1D6ADF
Black with #1D6ADF
Text Example
Text Example
White with #1D6ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6ADF; }
p { color: rgb(29,106,223); }
H1.HeaderClassName
{
color: #1D6ADF;
}
.AnyTagClassName
{
color: #1D6ADF;
}
</style>
background-color css
<style>
a { background-color: #1D6ADF; }
a { background-color: rgb(29,106,223); }
div.DivClassName
{
background-color: #1D6ADF;
}
.BgClassName
{
background-color: #1D6ADF;
}
</style>
border-color css
<style>
span { border-color: #1D6ADF; }
span { border-color: rgb(29,106,223); }
td.TdClassName
{
border-color: #1D6ADF;
}
.TagClassName
{
border-color: #1D6ADF;
}
</style>