Shades of Navy Blue #1D6BDE
Tints of Navy Blue #1D6BDE
RGB
CMYK
RGB Variations
Color information
#1D6BDE (or 0x1D6BDE) is known color: Navy Blue. HEX triplet: 1D, 6B and DE. RGB value is (29,107,222). Sum of RGB (Red+Green+Blue) = 29+107+222=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 222 (87.11% from 255 or 62.01% from 358); Max value from RGB is 222 - color contains mainly: blue. Hex color #1D6BDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D6BDE is #E29421. Grayscale: #606060. Windows color (decimal): -14849058 or 14576413. OLE color: 14576413.
HSL color Cylindrical-coordinate representation of color #1D6BDE: hue angle of 215.75º 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 #1D6BDE is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 107 | 222 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.13 |
| HSL | 215.75º | 0.77% | 0.49% | - |
| HSV(B) | 215.75º | 0.87% | 0.87% | - |
| XYZ | 18.95 | 16.05 | 71.21 | - |
| YUV | 96.79 | 198.66 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 107 | 222 | 0.87 | 0.52 | 0 | 0.13 | 215.75 | 0.77 | 0.49 |
| Hex | 1D | 6B | DE | 57 | 34 | 0 | D | D8 | 4D | 31 |
| Octal | 35 | 153 | 336 | 127 | 64 | 0 | 15 | 330 | 115 | 61 |
| Binary | 11101 | 1101011 | 11011110 | 1010111 | 110100 | 0 | 1101 | 11011000 | 1001101 | 110001 |
Color Harmonies of #1D6BDE
Complementary color
Monochromatic Colors of #1D6BDE
Black with #1D6BDE
Text Example
Text Example
White with #1D6BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D6BDE; }
p { color: rgb(29,107,222); }
H1.HeaderClassName
{
color: #1D6BDE;
}
.AnyTagClassName
{
color: #1D6BDE;
}
</style>
background-color css
<style>
a { background-color: #1D6BDE; }
a { background-color: rgb(29,107,222); }
div.DivClassName
{
background-color: #1D6BDE;
}
.BgClassName
{
background-color: #1D6BDE;
}
</style>
border-color css
<style>
span { border-color: #1D6BDE; }
span { border-color: rgb(29,107,222); }
td.TdClassName
{
border-color: #1D6BDE;
}
.TagClassName
{
border-color: #1D6BDE;
}
</style>