Shades of Navy Blue #1B69DD
Tints of Navy Blue #1B69DD
RGB
CMYK
RGB Variations
Color information
#1B69DD (or 0x1B69DD) is known color: Navy Blue. HEX triplet: 1B, 69 and DD. RGB value is (27,105,221). Sum of RGB (Red+Green+Blue) = 27+105+221=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 221 (86.72% from 255 or 62.61% from 353); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B69DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B69DD is #E49622. Grayscale: #5E5E5E. Windows color (decimal): -14980643 or 14510363. OLE color: 14510363.
HSL color Cylindrical-coordinate representation of color #1B69DD: hue angle of 215.88º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B69DD is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 105 | 221 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.13 |
| HSL | 215.88º | 0.78% | 0.49% | - |
| HSV(B) | 215.88º | 0.88% | 0.87% | - |
| XYZ | 18.55 | 15.56 | 70.43 | - |
| YUV | 94.9 | 199.16 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 105 | 221 | 0.88 | 0.52 | 0 | 0.13 | 215.88 | 0.78 | 0.49 |
| Hex | 1B | 69 | DD | 58 | 34 | 0 | D | D8 | 4E | 31 |
| Octal | 33 | 151 | 335 | 130 | 64 | 0 | 15 | 330 | 116 | 61 |
| Binary | 11011 | 1101001 | 11011101 | 1011000 | 110100 | 0 | 1101 | 11011000 | 1001110 | 110001 |
Color Harmonies of #1B69DD
Complementary color
Monochromatic Colors of #1B69DD
Black with #1B69DD
Text Example
Text Example
White with #1B69DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B69DD; }
p { color: rgb(27,105,221); }
H1.HeaderClassName
{
color: #1B69DD;
}
.AnyTagClassName
{
color: #1B69DD;
}
</style>
background-color css
<style>
a { background-color: #1B69DD; }
a { background-color: rgb(27,105,221); }
div.DivClassName
{
background-color: #1B69DD;
}
.BgClassName
{
background-color: #1B69DD;
}
</style>
border-color css
<style>
span { border-color: #1B69DD; }
span { border-color: rgb(27,105,221); }
td.TdClassName
{
border-color: #1B69DD;
}
.TagClassName
{
border-color: #1B69DD;
}
</style>