Shades of Navy Blue #1B77DA
Tints of Navy Blue #1B77DA
RGB
CMYK
RGB Variations
Color information
#1B77DA (or 0x1B77DA) is known color: Navy Blue. HEX triplet: 1B, 77 and DA. RGB value is (27,119,218). Sum of RGB (Red+Green+Blue) = 27+119+218=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #1B77DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B77DA is #E48825. Grayscale: #666666. Windows color (decimal): -14977062 or 14317339. OLE color: 14317339.
HSL color Cylindrical-coordinate representation of color #1B77DA: hue angle of 211.1º 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 #1B77DA is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 119 | 218 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.15 |
| HSL | 211.1º | 0.78% | 0.48% | - |
| HSV(B) | 211.1º | 0.88% | 0.85% | - |
| XYZ | 19.7 | 18.49 | 68.86 | - |
| YUV | 102.78 | 193.02 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 119 | 218 | 0.88 | 0.45 | 0 | 0.15 | 211.1 | 0.78 | 0.48 |
| Hex | 1B | 77 | DA | 58 | 2D | 0 | F | D3 | 4E | 30 |
| Octal | 33 | 167 | 332 | 130 | 55 | 0 | 17 | 323 | 116 | 60 |
| Binary | 11011 | 1110111 | 11011010 | 1011000 | 101101 | 0 | 1111 | 11010011 | 1001110 | 110000 |
Color Harmonies of #1B77DA
Complementary color
Monochromatic Colors of #1B77DA
Black with #1B77DA
Text Example
Text Example
White with #1B77DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B77DA; }
p { color: rgb(27,119,218); }
H1.HeaderClassName
{
color: #1B77DA;
}
.AnyTagClassName
{
color: #1B77DA;
}
</style>
background-color css
<style>
a { background-color: #1B77DA; }
a { background-color: rgb(27,119,218); }
div.DivClassName
{
background-color: #1B77DA;
}
.BgClassName
{
background-color: #1B77DA;
}
</style>
border-color css
<style>
span { border-color: #1B77DA; }
span { border-color: rgb(27,119,218); }
td.TdClassName
{
border-color: #1B77DA;
}
.TagClassName
{
border-color: #1B77DA;
}
</style>