Shades of Navy Blue #104AF5
Tints of Navy Blue #104AF5
RGB
CMYK
RGB Variations
Color information
#104AF5 (or 0x104AF5) is known color: Navy Blue. HEX triplet: 10, 4A and F5. RGB value is (16,74,245). Sum of RGB (Red+Green+Blue) = 16+74+245=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 74 (29.30% from 255 or 22.09% from 335); Blue value is 245 (96.09% from 255 or 73.13% from 335); Max value from RGB is 245 - color contains mainly: blue. Hex color #104AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AF5 is #EFB50A. Grayscale: #4B4B4B. Windows color (decimal): -15709451 or 16075280. OLE color: 16075280.
HSL color Cylindrical-coordinate representation of color #104AF5: hue angle of 224.8º degrees, saturation: 0.92, 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 #104AF5 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 74 | 245 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 224.8º | 0.92% | 0.51% | - |
| HSV(B) | 224.8º | 0.93% | 0.96% | - |
| XYZ | 19.14 | 11.6 | 87.62 | - |
| YUV | 76.15 | 223.28 | 85.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 245 | 0.93 | 0.70 | 0 | 0.04 | 224.8 | 0.92 | 0.51 |
| Hex | 10 | 4A | F5 | 5D | 46 | 0 | 4 | E1 | 5C | 33 |
| Octal | 20 | 112 | 365 | 135 | 106 | 0 | 4 | 341 | 134 | 63 |
| Binary | 10000 | 1001010 | 11110101 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011100 | 110011 |
Color Harmonies of #104AF5
Complementary color
Monochromatic Colors of #104AF5
Black with #104AF5
Text Example
Text Example
White with #104AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AF5; }
p { color: rgb(16,74,245); }
H1.HeaderClassName
{
color: #104AF5;
}
.AnyTagClassName
{
color: #104AF5;
}
</style>
background-color css
<style>
a { background-color: #104AF5; }
a { background-color: rgb(16,74,245); }
div.DivClassName
{
background-color: #104AF5;
}
.BgClassName
{
background-color: #104AF5;
}
</style>
border-color css
<style>
span { border-color: #104AF5; }
span { border-color: rgb(16,74,245); }
td.TdClassName
{
border-color: #104AF5;
}
.TagClassName
{
border-color: #104AF5;
}
</style>