Shades of Navy Blue #1B6ADB
Tints of Navy Blue #1B6ADB
RGB
CMYK
RGB Variations
Color information
#1B6ADB (or 0x1B6ADB) is known color: Navy Blue. HEX triplet: 1B, 6A and DB. RGB value is (27,106,219). Sum of RGB (Red+Green+Blue) = 27+106+219=352 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.67% from 352); Green value is 106 (41.80% from 255 or 30.11% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B6ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6ADB is #E49524. Grayscale: #5E5E5E. Windows color (decimal): -14980389 or 14379547. OLE color: 14379547.
HSL color Cylindrical-coordinate representation of color #1B6ADB: hue angle of 215.31º 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 #1B6ADB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 106 | 219 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.14 |
| HSL | 215.31º | 0.78% | 0.48% | - |
| HSV(B) | 215.31º | 0.88% | 0.86% | - |
| XYZ | 18.39 | 15.66 | 69.07 | - |
| YUV | 95.26 | 197.83 | 79.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 106 | 219 | 0.88 | 0.52 | 0 | 0.14 | 215.31 | 0.78 | 0.48 |
| Hex | 1B | 6A | DB | 58 | 34 | 0 | E | D7 | 4E | 30 |
| Octal | 33 | 152 | 333 | 130 | 64 | 0 | 16 | 327 | 116 | 60 |
| Binary | 11011 | 1101010 | 11011011 | 1011000 | 110100 | 0 | 1110 | 11010111 | 1001110 | 110000 |
Color Harmonies of #1B6ADB
Complementary color
Monochromatic Colors of #1B6ADB
Black with #1B6ADB
Text Example
Text Example
White with #1B6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6ADB; }
p { color: rgb(27,106,219); }
H1.HeaderClassName
{
color: #1B6ADB;
}
.AnyTagClassName
{
color: #1B6ADB;
}
</style>
background-color css
<style>
a { background-color: #1B6ADB; }
a { background-color: rgb(27,106,219); }
div.DivClassName
{
background-color: #1B6ADB;
}
.BgClassName
{
background-color: #1B6ADB;
}
</style>
border-color css
<style>
span { border-color: #1B6ADB; }
span { border-color: rgb(27,106,219); }
td.TdClassName
{
border-color: #1B6ADB;
}
.TagClassName
{
border-color: #1B6ADB;
}
</style>