Shades of Navy Blue #1B6EDD
Tints of Navy Blue #1B6EDD
RGB
CMYK
RGB Variations
Color information
#1B6EDD (or 0x1B6EDD) is known color: Navy Blue. HEX triplet: 1B, 6E and DD. RGB value is (27,110,221). Sum of RGB (Red+Green+Blue) = 27+110+221=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 110 (43.36% from 255 or 30.73% from 358); Blue value is 221 (86.72% from 255 or 61.73% from 358); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B6EDD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6EDD is #E49122. Grayscale: #616161. Windows color (decimal): -14979363 or 14511643. OLE color: 14511643.
HSL color Cylindrical-coordinate representation of color #1B6EDD: hue angle of 214.33º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6EDD is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 110 | 221 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.13 |
| HSL | 214.33º | 0.78% | 0.49% | - |
| HSV(B) | 214.33º | 0.88% | 0.87% | - |
| XYZ | 19.08 | 16.61 | 70.61 | - |
| YUV | 97.84 | 197.5 | 77.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 110 | 221 | 0.88 | 0.50 | 0 | 0.13 | 214.33 | 0.78 | 0.49 |
| Hex | 1B | 6E | DD | 58 | 32 | 0 | D | D6 | 4E | 31 |
| Octal | 33 | 156 | 335 | 130 | 62 | 0 | 15 | 326 | 116 | 61 |
| Binary | 11011 | 1101110 | 11011101 | 1011000 | 110010 | 0 | 1101 | 11010110 | 1001110 | 110001 |
Color Harmonies of #1B6EDD
Complementary color
Monochromatic Colors of #1B6EDD
Black with #1B6EDD
Text Example
Text Example
White with #1B6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6EDD; }
p { color: rgb(27,110,221); }
H1.HeaderClassName
{
color: #1B6EDD;
}
.AnyTagClassName
{
color: #1B6EDD;
}
</style>
background-color css
<style>
a { background-color: #1B6EDD; }
a { background-color: rgb(27,110,221); }
div.DivClassName
{
background-color: #1B6EDD;
}
.BgClassName
{
background-color: #1B6EDD;
}
</style>
border-color css
<style>
span { border-color: #1B6EDD; }
span { border-color: rgb(27,110,221); }
td.TdClassName
{
border-color: #1B6EDD;
}
.TagClassName
{
border-color: #1B6EDD;
}
</style>