Shades of Navy Blue #1B78D9
Tints of Navy Blue #1B78D9
RGB
CMYK
RGB Variations
Color information
#1B78D9 (or 0x1B78D9) is known color: Navy Blue. HEX triplet: 1B, 78 and D9. RGB value is (27,120,217). Sum of RGB (Red+Green+Blue) = 27+120+217=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 217 (85.16% from 255 or 59.62% from 364); Max value from RGB is 217 - color contains mainly: blue. Hex color #1B78D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B78D9 is #E48726. Grayscale: #666666. Windows color (decimal): -14976807 or 14252059. OLE color: 14252059.
HSL color Cylindrical-coordinate representation of color #1B78D9: hue angle of 210.63º 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 #1B78D9 is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 27 | 120 | 217 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.15 |
| HSL | 210.63º | 0.78% | 0.48% | - |
| HSV(B) | 210.63º | 0.88% | 0.85% | - |
| XYZ | 19.69 | 18.68 | 68.21 | - |
| YUV | 103.25 | 192.19 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 217 | 0.88 | 0.45 | 0 | 0.15 | 210.63 | 0.78 | 0.48 |
| Hex | 1B | 78 | D9 | 58 | 2D | 0 | F | D3 | 4E | 30 |
| Octal | 33 | 170 | 331 | 130 | 55 | 0 | 17 | 323 | 116 | 60 |
| Binary | 11011 | 1111000 | 11011001 | 1011000 | 101101 | 0 | 1111 | 11010011 | 1001110 | 110000 |
Color Harmonies of #1B78D9
Complementary color
Monochromatic Colors of #1B78D9
Black with #1B78D9
Text Example
Text Example
White with #1B78D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78D9; }
p { color: rgb(27,120,217); }
H1.HeaderClassName
{
color: #1B78D9;
}
.AnyTagClassName
{
color: #1B78D9;
}
</style>
background-color css
<style>
a { background-color: #1B78D9; }
a { background-color: rgb(27,120,217); }
div.DivClassName
{
background-color: #1B78D9;
}
.BgClassName
{
background-color: #1B78D9;
}
</style>
border-color css
<style>
span { border-color: #1B78D9; }
span { border-color: rgb(27,120,217); }
td.TdClassName
{
border-color: #1B78D9;
}
.TagClassName
{
border-color: #1B78D9;
}
</style>