Shades of Navy Blue #104ADF
Tints of Navy Blue #104ADF
RGB
CMYK
RGB Variations
Color information
#104ADF (or 0x104ADF) is known color: Navy Blue. HEX triplet: 10, 4A and DF. RGB value is (16,74,223). Sum of RGB (Red+Green+Blue) = 16+74+223=313 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.11% from 313); Green value is 74 (29.30% from 255 or 23.64% from 313); Blue value is 223 (87.5% from 255 or 71.25% from 313); Max value from RGB is 223 - color contains mainly: blue. Hex color #104ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104ADF is #EFB520. Grayscale: #484848. Windows color (decimal): -15709473 or 14633488. OLE color: 14633488.
HSL color Cylindrical-coordinate representation of color #104ADF: hue angle of 223.19º 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 #104ADF is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 74 | 223 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.13 |
| HSL | 223.19º | 0.87% | 0.47% | - |
| HSV(B) | 223.19º | 0.93% | 0.87% | - |
| XYZ | 15.98 | 10.34 | 70.96 | - |
| YUV | 73.64 | 212.28 | 86.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 223 | 0.93 | 0.67 | 0 | 0.13 | 223.19 | 0.87 | 0.47 |
| Hex | 10 | 4A | DF | 5D | 43 | 0 | D | DF | 57 | 2F |
| Octal | 20 | 112 | 337 | 135 | 103 | 0 | 15 | 337 | 127 | 57 |
| Binary | 10000 | 1001010 | 11011111 | 1011101 | 1000011 | 0 | 1101 | 11011111 | 1010111 | 101111 |
Color Harmonies of #104ADF
Complementary color
Monochromatic Colors of #104ADF
Black with #104ADF
Text Example
Text Example
White with #104ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104ADF; }
p { color: rgb(16,74,223); }
H1.HeaderClassName
{
color: #104ADF;
}
.AnyTagClassName
{
color: #104ADF;
}
</style>
background-color css
<style>
a { background-color: #104ADF; }
a { background-color: rgb(16,74,223); }
div.DivClassName
{
background-color: #104ADF;
}
.BgClassName
{
background-color: #104ADF;
}
</style>
border-color css
<style>
span { border-color: #104ADF; }
span { border-color: rgb(16,74,223); }
td.TdClassName
{
border-color: #104ADF;
}
.TagClassName
{
border-color: #104ADF;
}
</style>