Shades of Navy Blue #104ADE
Tints of Navy Blue #104ADE
RGB
CMYK
RGB Variations
Color information
#104ADE (or 0x104ADE) is known color: Navy Blue. HEX triplet: 10, 4A and DE. RGB value is (16,74,222). Sum of RGB (Red+Green+Blue) = 16+74+222=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 222 (87.11% from 255 or 71.15% from 312); Max value from RGB is 222 - color contains mainly: blue. Hex color #104ADE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADE is #EFB521. Grayscale: #484848. Windows color (decimal): -15709474 or 14567952. OLE color: 14567952.
HSL color Cylindrical-coordinate representation of color #104ADE: hue angle of 223.11º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104ADE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 74 | 222 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.13 |
| HSL | 223.11º | 0.87% | 0.47% | - |
| HSV(B) | 223.11º | 0.93% | 0.87% | - |
| XYZ | 15.85 | 10.28 | 70.26 | - |
| YUV | 73.53 | 211.78 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 222 | 0.93 | 0.67 | 0 | 0.13 | 223.11 | 0.87 | 0.47 |
| Hex | 10 | 4A | DE | 5D | 43 | 0 | D | DF | 57 | 2F |
| Octal | 20 | 112 | 336 | 135 | 103 | 0 | 15 | 337 | 127 | 57 |
| Binary | 10000 | 1001010 | 11011110 | 1011101 | 1000011 | 0 | 1101 | 11011111 | 1010111 | 101111 |
Color Harmonies of #104ADE
Complementary color
Monochromatic Colors of #104ADE
Black with #104ADE
Text Example
Text Example
White with #104ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ADE; }
p { color: rgb(16,74,222); }
H1.HeaderClassName
{
color: #104ADE;
}
.AnyTagClassName
{
color: #104ADE;
}
</style>
background-color css
<style>
a { background-color: #104ADE; }
a { background-color: rgb(16,74,222); }
div.DivClassName
{
background-color: #104ADE;
}
.BgClassName
{
background-color: #104ADE;
}
</style>
border-color css
<style>
span { border-color: #104ADE; }
span { border-color: rgb(16,74,222); }
td.TdClassName
{
border-color: #104ADE;
}
.TagClassName
{
border-color: #104ADE;
}
</style>