Shades of Navy Blue #1B7CDB
Tints of Navy Blue #1B7CDB
RGB
CMYK
RGB Variations
Color information
#1B7CDB (or 0x1B7CDB) is known color: Navy Blue. HEX triplet: 1B, 7C and DB. RGB value is (27,124,219). Sum of RGB (Red+Green+Blue) = 27+124+219=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B7CDB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B7CDB is #E48324. Grayscale: #696969. Windows color (decimal): -14975781 or 14384155. OLE color: 14384155.
HSL color Cylindrical-coordinate representation of color #1B7CDB: hue angle of 209.69º 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 #1B7CDB is Cyan = 0.88, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 124 | 219 | - |
| CMYK | 0.88 | 0.43 | 0 | 0.14 |
| HSL | 209.69º | 0.78% | 0.48% | - |
| HSV(B) | 209.69º | 0.88% | 0.86% | - |
| XYZ | 20.45 | 19.76 | 69.75 | - |
| YUV | 105.83 | 191.86 | 71.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 124 | 219 | 0.88 | 0.43 | 0 | 0.14 | 209.69 | 0.78 | 0.48 |
| Hex | 1B | 7C | DB | 58 | 2B | 0 | E | D2 | 4E | 30 |
| Octal | 33 | 174 | 333 | 130 | 53 | 0 | 16 | 322 | 116 | 60 |
| Binary | 11011 | 1111100 | 11011011 | 1011000 | 101011 | 0 | 1110 | 11010010 | 1001110 | 110000 |
Color Harmonies of #1B7CDB
Complementary color
Monochromatic Colors of #1B7CDB
Black with #1B7CDB
Text Example
Text Example
White with #1B7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B7CDB; }
p { color: rgb(27,124,219); }
H1.HeaderClassName
{
color: #1B7CDB;
}
.AnyTagClassName
{
color: #1B7CDB;
}
</style>
background-color css
<style>
a { background-color: #1B7CDB; }
a { background-color: rgb(27,124,219); }
div.DivClassName
{
background-color: #1B7CDB;
}
.BgClassName
{
background-color: #1B7CDB;
}
</style>
border-color css
<style>
span { border-color: #1B7CDB; }
span { border-color: rgb(27,124,219); }
td.TdClassName
{
border-color: #1B7CDB;
}
.TagClassName
{
border-color: #1B7CDB;
}
</style>