Shades of Navy Blue #1B7EDB
Tints of Navy Blue #1B7EDB
RGB
CMYK
RGB Variations
Color information
#1B7EDB (or 0x1B7EDB) is known color: Navy Blue. HEX triplet: 1B, 7E and DB. RGB value is (27,126,219). Sum of RGB (Red+Green+Blue) = 27+126+219=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 219 (85.94% from 255 or 58.87% from 372); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B7EDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7EDB is #E48124. Grayscale: #6A6A6A. Windows color (decimal): -14975269 or 14384667. OLE color: 14384667.
HSL color Cylindrical-coordinate representation of color #1B7EDB: hue angle of 209.06º 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 #1B7EDB is Cyan = 0.88, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 126 | 219 | - |
| CMYK | 0.88 | 0.42 | 0 | 0.14 |
| HSL | 209.06º | 0.78% | 0.48% | - |
| HSV(B) | 209.06º | 0.88% | 0.86% | - |
| XYZ | 20.7 | 20.27 | 69.84 | - |
| YUV | 107 | 191.2 | 70.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 126 | 219 | 0.88 | 0.42 | 0 | 0.14 | 209.06 | 0.78 | 0.48 |
| Hex | 1B | 7E | DB | 58 | 2A | 0 | E | D1 | 4E | 30 |
| Octal | 33 | 176 | 333 | 130 | 52 | 0 | 16 | 321 | 116 | 60 |
| Binary | 11011 | 1111110 | 11011011 | 1011000 | 101010 | 0 | 1110 | 11010001 | 1001110 | 110000 |
Color Harmonies of #1B7EDB
Complementary color
Monochromatic Colors of #1B7EDB
Black with #1B7EDB
Text Example
Text Example
White with #1B7EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7EDB; }
p { color: rgb(27,126,219); }
H1.HeaderClassName
{
color: #1B7EDB;
}
.AnyTagClassName
{
color: #1B7EDB;
}
</style>
background-color css
<style>
a { background-color: #1B7EDB; }
a { background-color: rgb(27,126,219); }
div.DivClassName
{
background-color: #1B7EDB;
}
.BgClassName
{
background-color: #1B7EDB;
}
</style>
border-color css
<style>
span { border-color: #1B7EDB; }
span { border-color: rgb(27,126,219); }
td.TdClassName
{
border-color: #1B7EDB;
}
.TagClassName
{
border-color: #1B7EDB;
}
</style>