Shades of Navy Blue #1B78DB
Tints of Navy Blue #1B78DB
RGB
CMYK
RGB Variations
Color information
#1B78DB (or 0x1B78DB) is known color: Navy Blue. HEX triplet: 1B, 78 and DB. RGB value is (27,120,219). Sum of RGB (Red+Green+Blue) = 27+120+219=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #1B78DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B78DB is #E48724. Grayscale: #666666. Windows color (decimal): -14976805 or 14383131. OLE color: 14383131.
HSL color Cylindrical-coordinate representation of color #1B78DB: hue angle of 210.94º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B78DB is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 27 | 120 | 219 | - |
| CMYK | 0.88 | 0.45 | 0 | 0.14 |
| HSL | 210.94º | 0.78% | 0.48% | - |
| HSV(B) | 210.94º | 0.88% | 0.86% | - |
| XYZ | 19.95 | 18.78 | 69.59 | - |
| YUV | 103.48 | 193.19 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 120 | 219 | 0.88 | 0.45 | 0 | 0.14 | 210.94 | 0.78 | 0.48 |
| Hex | 1B | 78 | DB | 58 | 2D | 0 | E | D3 | 4E | 30 |
| Octal | 33 | 170 | 333 | 130 | 55 | 0 | 16 | 323 | 116 | 60 |
| Binary | 11011 | 1111000 | 11011011 | 1011000 | 101101 | 0 | 1110 | 11010011 | 1001110 | 110000 |
Color Harmonies of #1B78DB
Complementary color
Monochromatic Colors of #1B78DB
Black with #1B78DB
Text Example
Text Example
White with #1B78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B78DB; }
p { color: rgb(27,120,219); }
H1.HeaderClassName
{
color: #1B78DB;
}
.AnyTagClassName
{
color: #1B78DB;
}
</style>
background-color css
<style>
a { background-color: #1B78DB; }
a { background-color: rgb(27,120,219); }
div.DivClassName
{
background-color: #1B78DB;
}
.BgClassName
{
background-color: #1B78DB;
}
</style>
border-color css
<style>
span { border-color: #1B78DB; }
span { border-color: rgb(27,120,219); }
td.TdClassName
{
border-color: #1B78DB;
}
.TagClassName
{
border-color: #1B78DB;
}
</style>