Shades of Navy Blue #1B76DD
Tints of Navy Blue #1B76DD
RGB
CMYK
RGB Variations
Color information
#1B76DD (or 0x1B76DD) is known color: Navy Blue. HEX triplet: 1B, 76 and DD. RGB value is (27,118,221). Sum of RGB (Red+Green+Blue) = 27+118+221=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 118 (46.48% from 255 or 32.24% from 366); Blue value is 221 (86.72% from 255 or 60.38% from 366); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B76DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B76DD is #E48922. Grayscale: #666666. Windows color (decimal): -14977315 or 14513691. OLE color: 14513691.
HSL color Cylindrical-coordinate representation of color #1B76DD: hue angle of 211.86º 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 #1B76DD is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 118 | 221 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.13 |
| HSL | 211.86º | 0.78% | 0.49% | - |
| HSV(B) | 211.86º | 0.88% | 0.87% | - |
| XYZ | 19.98 | 18.41 | 70.91 | - |
| YUV | 102.53 | 194.85 | 74.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 118 | 221 | 0.88 | 0.47 | 0 | 0.13 | 211.86 | 0.78 | 0.49 |
| Hex | 1B | 76 | DD | 58 | 2F | 0 | D | D4 | 4E | 31 |
| Octal | 33 | 166 | 335 | 130 | 57 | 0 | 15 | 324 | 116 | 61 |
| Binary | 11011 | 1110110 | 11011101 | 1011000 | 101111 | 0 | 1101 | 11010100 | 1001110 | 110001 |
Color Harmonies of #1B76DD
Complementary color
Monochromatic Colors of #1B76DD
Black with #1B76DD
Text Example
Text Example
White with #1B76DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B76DD; }
p { color: rgb(27,118,221); }
H1.HeaderClassName
{
color: #1B76DD;
}
.AnyTagClassName
{
color: #1B76DD;
}
</style>
background-color css
<style>
a { background-color: #1B76DD; }
a { background-color: rgb(27,118,221); }
div.DivClassName
{
background-color: #1B76DD;
}
.BgClassName
{
background-color: #1B76DD;
}
</style>
border-color css
<style>
span { border-color: #1B76DD; }
span { border-color: rgb(27,118,221); }
td.TdClassName
{
border-color: #1B76DD;
}
.TagClassName
{
border-color: #1B76DD;
}
</style>