Shades of Navy Blue #1B6CDF
Tints of Navy Blue #1B6CDF
RGB
CMYK
RGB Variations
Color information
#1B6CDF (or 0x1B6CDF) is known color: Navy Blue. HEX triplet: 1B, 6C and DF. RGB value is (27,108,223). Sum of RGB (Red+Green+Blue) = 27+108+223=358 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.54% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 223 (87.5% from 255 or 62.29% from 358); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B6CDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CDF is #E49320. Grayscale: #606060. Windows color (decimal): -14979873 or 14642203. OLE color: 14642203.
HSL color Cylindrical-coordinate representation of color #1B6CDF: hue angle of 215.2º 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 #1B6CDF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 108 | 223 | - |
| CMYK | 0.88 | 0.52 | 0 | 0.13 |
| HSL | 215.2º | 0.78% | 0.49% | - |
| HSV(B) | 215.2º | 0.88% | 0.87% | - |
| XYZ | 19.13 | 16.29 | 71.95 | - |
| YUV | 96.89 | 199.16 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 223 | 0.88 | 0.52 | 0 | 0.13 | 215.2 | 0.78 | 0.49 |
| Hex | 1B | 6C | DF | 58 | 34 | 0 | D | D7 | 4E | 31 |
| Octal | 33 | 154 | 337 | 130 | 64 | 0 | 15 | 327 | 116 | 61 |
| Binary | 11011 | 1101100 | 11011111 | 1011000 | 110100 | 0 | 1101 | 11010111 | 1001110 | 110001 |
Color Harmonies of #1B6CDF
Complementary color
Monochromatic Colors of #1B6CDF
Black with #1B6CDF
Text Example
Text Example
White with #1B6CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CDF; }
p { color: rgb(27,108,223); }
H1.HeaderClassName
{
color: #1B6CDF;
}
.AnyTagClassName
{
color: #1B6CDF;
}
</style>
background-color css
<style>
a { background-color: #1B6CDF; }
a { background-color: rgb(27,108,223); }
div.DivClassName
{
background-color: #1B6CDF;
}
.BgClassName
{
background-color: #1B6CDF;
}
</style>
border-color css
<style>
span { border-color: #1B6CDF; }
span { border-color: rgb(27,108,223); }
td.TdClassName
{
border-color: #1B6CDF;
}
.TagClassName
{
border-color: #1B6CDF;
}
</style>