Shades of Navy Blue #104AF6
Tints of Navy Blue #104AF6
RGB
CMYK
RGB Variations
Color information
#104AF6 (or 0x104AF6) is known color: Navy Blue. HEX triplet: 10, 4A and F6. RGB value is (16,74,246). Sum of RGB (Red+Green+Blue) = 16+74+246=336 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.76% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 246 (96.48% from 255 or 73.21% from 336); Max value from RGB is 246 - color contains mainly: blue. Hex color #104AF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AF6 is #EFB509. Grayscale: #4B4B4B. Windows color (decimal): -15709450 or 16140816. OLE color: 16140816.
HSL color Cylindrical-coordinate representation of color #104AF6: hue angle of 224.87º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AF6 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 74 | 246 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 224.87º | 0.93% | 0.51% | - |
| HSV(B) | 224.87º | 0.93% | 0.96% | - |
| XYZ | 19.3 | 11.66 | 88.42 | - |
| YUV | 76.27 | 223.78 | 85.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 246 | 0.93 | 0.70 | 0 | 0.04 | 224.87 | 0.93 | 0.51 |
| Hex | 10 | 4A | F6 | 5D | 46 | 0 | 4 | E1 | 5D | 33 |
| Octal | 20 | 112 | 366 | 135 | 106 | 0 | 4 | 341 | 135 | 63 |
| Binary | 10000 | 1001010 | 11110110 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011101 | 110011 |
Color Harmonies of #104AF6
Complementary color
Monochromatic Colors of #104AF6
Black with #104AF6
Text Example
Text Example
White with #104AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AF6; }
p { color: rgb(16,74,246); }
H1.HeaderClassName
{
color: #104AF6;
}
.AnyTagClassName
{
color: #104AF6;
}
</style>
background-color css
<style>
a { background-color: #104AF6; }
a { background-color: rgb(16,74,246); }
div.DivClassName
{
background-color: #104AF6;
}
.BgClassName
{
background-color: #104AF6;
}
</style>
border-color css
<style>
span { border-color: #104AF6; }
span { border-color: rgb(16,74,246); }
td.TdClassName
{
border-color: #104AF6;
}
.TagClassName
{
border-color: #104AF6;
}
</style>