Shades of Navy Blue #1D6FDF
Tints of Navy Blue #1D6FDF
RGB
CMYK
RGB Variations
Color information
#1D6FDF (or 0x1D6FDF) is known color: Navy Blue. HEX triplet: 1D, 6F and DF. RGB value is (29,111,223). Sum of RGB (Red+Green+Blue) = 29+111+223=363 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.99% from 363); Green value is 111 (43.75% from 255 or 30.58% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6FDF is #E29020. Grayscale: #626262. Windows color (decimal): -14848033 or 14642973. OLE color: 14642973.
HSL color Cylindrical-coordinate representation of color #1D6FDF: hue angle of 214.64º 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 #1D6FDF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 111 | 223 | - |
| CMYK | 0.87 | 0.50 | 0 | 0.13 |
| HSL | 214.64º | 0.77% | 0.49% | - |
| HSV(B) | 214.64º | 0.87% | 0.87% | - |
| XYZ | 19.51 | 16.96 | 72.06 | - |
| YUV | 99.25 | 197.83 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 111 | 223 | 0.87 | 0.50 | 0 | 0.13 | 214.64 | 0.77 | 0.49 |
| Hex | 1D | 6F | DF | 57 | 32 | 0 | D | D7 | 4D | 31 |
| Octal | 35 | 157 | 337 | 127 | 62 | 0 | 15 | 327 | 115 | 61 |
| Binary | 11101 | 1101111 | 11011111 | 1010111 | 110010 | 0 | 1101 | 11010111 | 1001101 | 110001 |
Color Harmonies of #1D6FDF
Complementary color
Monochromatic Colors of #1D6FDF
Black with #1D6FDF
Text Example
Text Example
White with #1D6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6FDF; }
p { color: rgb(29,111,223); }
H1.HeaderClassName
{
color: #1D6FDF;
}
.AnyTagClassName
{
color: #1D6FDF;
}
</style>
background-color css
<style>
a { background-color: #1D6FDF; }
a { background-color: rgb(29,111,223); }
div.DivClassName
{
background-color: #1D6FDF;
}
.BgClassName
{
background-color: #1D6FDF;
}
</style>
border-color css
<style>
span { border-color: #1D6FDF; }
span { border-color: rgb(29,111,223); }
td.TdClassName
{
border-color: #1D6FDF;
}
.TagClassName
{
border-color: #1D6FDF;
}
</style>