Shades of Navy Blue #1B69DB
Tints of Navy Blue #1B69DB
RGB
CMYK
RGB Variations
Color information
#1B69DB (or 0x1B69DB) is known color: Navy Blue. HEX triplet: 1B, 69 and DB. RGB value is (27,105,219). Sum of RGB (Red+Green+Blue) = 27+105+219=351 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.69% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B69DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69DB is #E49624. Grayscale: #5E5E5E. Windows color (decimal): -14980645 or 14379291. OLE color: 14379291.
HSL color Cylindrical-coordinate representation of color #1B69DB: hue angle of 215.62º 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 #1B69DB is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 105 | 219 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.14 |
| HSL | 215.63º | 0.78% | 0.48% | - |
| HSV(B) | 215.63º | 0.88% | 0.86% | - |
| XYZ | 18.29 | 15.45 | 69.04 | - |
| YUV | 94.67 | 198.16 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 219 | 0.88 | 0.52 | 0 | 0.14 | 215.63 | 0.78 | 0.48 |
| Hex | 1B | 69 | DB | 58 | 34 | 0 | E | D8 | 4E | 30 |
| Octal | 33 | 151 | 333 | 130 | 64 | 0 | 16 | 330 | 116 | 60 |
| Binary | 11011 | 1101001 | 11011011 | 1011000 | 110100 | 0 | 1110 | 11011000 | 1001110 | 110000 |
Color Harmonies of #1B69DB
Complementary color
Monochromatic Colors of #1B69DB
Black with #1B69DB
Text Example
Text Example
White with #1B69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69DB; }
p { color: rgb(27,105,219); }
H1.HeaderClassName
{
color: #1B69DB;
}
.AnyTagClassName
{
color: #1B69DB;
}
</style>
background-color css
<style>
a { background-color: #1B69DB; }
a { background-color: rgb(27,105,219); }
div.DivClassName
{
background-color: #1B69DB;
}
.BgClassName
{
background-color: #1B69DB;
}
</style>
border-color css
<style>
span { border-color: #1B69DB; }
span { border-color: rgb(27,105,219); }
td.TdClassName
{
border-color: #1B69DB;
}
.TagClassName
{
border-color: #1B69DB;
}
</style>