Shades of Navy Blue #1B6DDB
Tints of Navy Blue #1B6DDB
RGB
CMYK
RGB Variations
Color information
#1B6DDB (or 0x1B6DDB) is known color: Navy Blue. HEX triplet: 1B, 6D and DB. RGB value is (27,109,219). Sum of RGB (Red+Green+Blue) = 27+109+219=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 219 (85.94% from 255 or 61.69% from 355); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B6DDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6DDB is #E49224. Grayscale: #606060. Windows color (decimal): -14979621 or 14380315. OLE color: 14380315.
HSL color Cylindrical-coordinate representation of color #1B6DDB: hue angle of 214.38º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6DDB is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 109 | 219 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.14 |
| HSL | 214.38º | 0.78% | 0.48% | - |
| HSV(B) | 214.38º | 0.88% | 0.86% | - |
| XYZ | 18.71 | 16.28 | 69.18 | - |
| YUV | 97.02 | 196.83 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 109 | 219 | 0.88 | 0.50 | 0 | 0.14 | 214.38 | 0.78 | 0.48 |
| Hex | 1B | 6D | DB | 58 | 32 | 0 | E | D6 | 4E | 30 |
| Octal | 33 | 155 | 333 | 130 | 62 | 0 | 16 | 326 | 116 | 60 |
| Binary | 11011 | 1101101 | 11011011 | 1011000 | 110010 | 0 | 1110 | 11010110 | 1001110 | 110000 |
Color Harmonies of #1B6DDB
Complementary color
Monochromatic Colors of #1B6DDB
Black with #1B6DDB
Text Example
Text Example
White with #1B6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6DDB; }
p { color: rgb(27,109,219); }
H1.HeaderClassName
{
color: #1B6DDB;
}
.AnyTagClassName
{
color: #1B6DDB;
}
</style>
background-color css
<style>
a { background-color: #1B6DDB; }
a { background-color: rgb(27,109,219); }
div.DivClassName
{
background-color: #1B6DDB;
}
.BgClassName
{
background-color: #1B6DDB;
}
</style>
border-color css
<style>
span { border-color: #1B6DDB; }
span { border-color: rgb(27,109,219); }
td.TdClassName
{
border-color: #1B6DDB;
}
.TagClassName
{
border-color: #1B6DDB;
}
</style>