Shades of Navy Blue #1B6FDF
Tints of Navy Blue #1B6FDF
RGB
CMYK
RGB Variations
Color information
#1B6FDF (or 0x1B6FDF) is known color: Navy Blue. HEX triplet: 1B, 6F and DF. RGB value is (27,111,223). Sum of RGB (Red+Green+Blue) = 27+111+223=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B6FDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6FDF is #E49020. Grayscale: #626262. Windows color (decimal): -14979105 or 14642971. OLE color: 14642971.
HSL color Cylindrical-coordinate representation of color #1B6FDF: hue angle of 214.29º 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 #1B6FDF is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 111 | 223 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.13 |
| HSL | 214.29º | 0.78% | 0.49% | - |
| HSV(B) | 214.29º | 0.88% | 0.87% | - |
| XYZ | 19.46 | 16.93 | 72.05 | - |
| YUV | 98.65 | 198.17 | 76.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 111 | 223 | 0.88 | 0.50 | 0 | 0.13 | 214.29 | 0.78 | 0.49 |
| Hex | 1B | 6F | DF | 58 | 32 | 0 | D | D6 | 4E | 31 |
| Octal | 33 | 157 | 337 | 130 | 62 | 0 | 15 | 326 | 116 | 61 |
| Binary | 11011 | 1101111 | 11011111 | 1011000 | 110010 | 0 | 1101 | 11010110 | 1001110 | 110001 |
Color Harmonies of #1B6FDF
Complementary color
Monochromatic Colors of #1B6FDF
Black with #1B6FDF
Text Example
Text Example
White with #1B6FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6FDF; }
p { color: rgb(27,111,223); }
H1.HeaderClassName
{
color: #1B6FDF;
}
.AnyTagClassName
{
color: #1B6FDF;
}
</style>
background-color css
<style>
a { background-color: #1B6FDF; }
a { background-color: rgb(27,111,223); }
div.DivClassName
{
background-color: #1B6FDF;
}
.BgClassName
{
background-color: #1B6FDF;
}
</style>
border-color css
<style>
span { border-color: #1B6FDF; }
span { border-color: rgb(27,111,223); }
td.TdClassName
{
border-color: #1B6FDF;
}
.TagClassName
{
border-color: #1B6FDF;
}
</style>