Shades of Navy Blue #104BDD
Tints of Navy Blue #104BDD
RGB
CMYK
RGB Variations
Color information
#104BDD (or 0x104BDD) is known color: Navy Blue. HEX triplet: 10, 4B and DD. RGB value is (16,75,221). Sum of RGB (Red+Green+Blue) = 16+75+221=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #104BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BDD is #EFB422. Grayscale: #494949. Windows color (decimal): -15709219 or 14502672. OLE color: 14502672.
HSL color Cylindrical-coordinate representation of color #104BDD: hue angle of 222.73º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104BDD is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 75 | 221 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.13 |
| HSL | 222.73º | 0.86% | 0.46% | - |
| HSV(B) | 222.73º | 0.93% | 0.87% | - |
| XYZ | 15.78 | 10.36 | 69.58 | - |
| YUV | 74 | 210.95 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 221 | 0.93 | 0.66 | 0 | 0.13 | 222.73 | 0.86 | 0.46 |
| Hex | 10 | 4B | DD | 5D | 42 | 0 | D | DF | 56 | 2E |
| Octal | 20 | 113 | 335 | 135 | 102 | 0 | 15 | 337 | 126 | 56 |
| Binary | 10000 | 1001011 | 11011101 | 1011101 | 1000010 | 0 | 1101 | 11011111 | 1010110 | 101110 |
Color Harmonies of #104BDD
Complementary color
Monochromatic Colors of #104BDD
Black with #104BDD
Text Example
Text Example
White with #104BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BDD; }
p { color: rgb(16,75,221); }
H1.HeaderClassName
{
color: #104BDD;
}
.AnyTagClassName
{
color: #104BDD;
}
</style>
background-color css
<style>
a { background-color: #104BDD; }
a { background-color: rgb(16,75,221); }
div.DivClassName
{
background-color: #104BDD;
}
.BgClassName
{
background-color: #104BDD;
}
</style>
border-color css
<style>
span { border-color: #104BDD; }
span { border-color: rgb(16,75,221); }
td.TdClassName
{
border-color: #104BDD;
}
.TagClassName
{
border-color: #104BDD;
}
</style>