Shades of Navy Blue #1B6CDA
Tints of Navy Blue #1B6CDA
RGB
CMYK
RGB Variations
Color information
#1B6CDA (or 0x1B6CDA) is known color: Navy Blue. HEX triplet: 1B, 6C and DA. RGB value is (27,108,218). Sum of RGB (Red+Green+Blue) = 27+108+218=353 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.65% from 353); Green value is 108 (42.58% from 255 or 30.59% from 353); Blue value is 218 (85.55% from 255 or 61.76% from 353); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B6CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B6CDA is #E49325. Grayscale: #5F5F5F. Windows color (decimal): -14979878 or 14314523. OLE color: 14314523.
HSL color Cylindrical-coordinate representation of color #1B6CDA: hue angle of 214.55º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B6CDA is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 108 | 218 | - |
| CMYK | 0.88 | 0.50 | 0 | 0.15 |
| HSL | 214.56º | 0.78% | 0.48% | - |
| HSV(B) | 214.56º | 0.88% | 0.85% | - |
| XYZ | 18.47 | 16.02 | 68.45 | - |
| YUV | 96.32 | 196.66 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 108 | 218 | 0.88 | 0.50 | 0 | 0.15 | 214.56 | 0.78 | 0.48 |
| Hex | 1B | 6C | DA | 58 | 32 | 0 | F | D7 | 4E | 30 |
| Octal | 33 | 154 | 332 | 130 | 62 | 0 | 17 | 327 | 116 | 60 |
| Binary | 11011 | 1101100 | 11011010 | 1011000 | 110010 | 0 | 1111 | 11010111 | 1001110 | 110000 |
Color Harmonies of #1B6CDA
Complementary color
Monochromatic Colors of #1B6CDA
Black with #1B6CDA
Text Example
Text Example
White with #1B6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B6CDA; }
p { color: rgb(27,108,218); }
H1.HeaderClassName
{
color: #1B6CDA;
}
.AnyTagClassName
{
color: #1B6CDA;
}
</style>
background-color css
<style>
a { background-color: #1B6CDA; }
a { background-color: rgb(27,108,218); }
div.DivClassName
{
background-color: #1B6CDA;
}
.BgClassName
{
background-color: #1B6CDA;
}
</style>
border-color css
<style>
span { border-color: #1B6CDA; }
span { border-color: rgb(27,108,218); }
td.TdClassName
{
border-color: #1B6CDA;
}
.TagClassName
{
border-color: #1B6CDA;
}
</style>