Shades of Navy Blue #104BDB
Tints of Navy Blue #104BDB
RGB
CMYK
RGB Variations
Color information
#104BDB (or 0x104BDB) is known color: Navy Blue. HEX triplet: 10, 4B and DB. RGB value is (16,75,219). Sum of RGB (Red+Green+Blue) = 16+75+219=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 75 (29.69% from 255 or 24.19% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #104BDB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BDB is #EFB424. Grayscale: #494949. Windows color (decimal): -15709221 or 14371600. OLE color: 14371600.
HSL color Cylindrical-coordinate representation of color #104BDB: hue angle of 222.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104BDB is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 75 | 219 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.14 |
| HSL | 222.56º | 0.86% | 0.46% | - |
| HSV(B) | 222.56º | 0.93% | 0.86% | - |
| XYZ | 15.52 | 10.26 | 68.18 | - |
| YUV | 73.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 219 | 0.93 | 0.66 | 0 | 0.14 | 222.56 | 0.86 | 0.46 |
| Hex | 10 | 4B | DB | 5D | 42 | 0 | E | DF | 56 | 2E |
| Octal | 20 | 113 | 333 | 135 | 102 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10000 | 1001011 | 11011011 | 1011101 | 1000010 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #104BDB
Complementary color
Monochromatic Colors of #104BDB
Black with #104BDB
Text Example
Text Example
White with #104BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BDB; }
p { color: rgb(16,75,219); }
H1.HeaderClassName
{
color: #104BDB;
}
.AnyTagClassName
{
color: #104BDB;
}
</style>
background-color css
<style>
a { background-color: #104BDB; }
a { background-color: rgb(16,75,219); }
div.DivClassName
{
background-color: #104BDB;
}
.BgClassName
{
background-color: #104BDB;
}
</style>
border-color css
<style>
span { border-color: #104BDB; }
span { border-color: rgb(16,75,219); }
td.TdClassName
{
border-color: #104BDB;
}
.TagClassName
{
border-color: #104BDB;
}
</style>