Shades of Navy Blue #1B71DF
Tints of Navy Blue #1B71DF
RGB
CMYK
RGB Variations
Color information
#1B71DF (or 0x1B71DF) is known color: Navy Blue. HEX triplet: 1B, 71 and DF. RGB value is (27,113,223). Sum of RGB (Red+Green+Blue) = 27+113+223=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 223 (87.5% from 255 or 61.43% from 363); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B71DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B71DF is #E48E20. Grayscale: #636363. Windows color (decimal): -14978593 or 14643483. OLE color: 14643483.
HSL color Cylindrical-coordinate representation of color #1B71DF: hue angle of 213.67º 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 #1B71DF is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 113 | 223 | - |
| CMYK | 0.88 | 0.49 | 0 | 0.13 |
| HSL | 213.67º | 0.78% | 0.49% | - |
| HSV(B) | 213.67º | 0.88% | 0.87% | - |
| XYZ | 19.68 | 17.37 | 72.13 | - |
| YUV | 99.83 | 197.51 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 113 | 223 | 0.88 | 0.49 | 0 | 0.13 | 213.67 | 0.78 | 0.49 |
| Hex | 1B | 71 | DF | 58 | 31 | 0 | D | D6 | 4E | 31 |
| Octal | 33 | 161 | 337 | 130 | 61 | 0 | 15 | 326 | 116 | 61 |
| Binary | 11011 | 1110001 | 11011111 | 1011000 | 110001 | 0 | 1101 | 11010110 | 1001110 | 110001 |
Color Harmonies of #1B71DF
Complementary color
Monochromatic Colors of #1B71DF
Black with #1B71DF
Text Example
Text Example
White with #1B71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B71DF; }
p { color: rgb(27,113,223); }
H1.HeaderClassName
{
color: #1B71DF;
}
.AnyTagClassName
{
color: #1B71DF;
}
</style>
background-color css
<style>
a { background-color: #1B71DF; }
a { background-color: rgb(27,113,223); }
div.DivClassName
{
background-color: #1B71DF;
}
.BgClassName
{
background-color: #1B71DF;
}
</style>
border-color css
<style>
span { border-color: #1B71DF; }
span { border-color: rgb(27,113,223); }
td.TdClassName
{
border-color: #1B71DF;
}
.TagClassName
{
border-color: #1B71DF;
}
</style>