Shades of Navy Blue #104AF0
Tints of Navy Blue #104AF0
RGB
CMYK
RGB Variations
Color information
#104AF0 (or 0x104AF0) is known color: Navy Blue. HEX triplet: 10, 4A and F0. RGB value is (16,74,240). Sum of RGB (Red+Green+Blue) = 16+74+240=330 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.85% from 330); Green value is 74 (29.30% from 255 or 22.42% from 330); Blue value is 240 (94.14% from 255 or 72.73% from 330); Max value from RGB is 240 - color contains mainly: blue. Hex color #104AF0 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AF0 is #EFB50F. Grayscale: #4A4A4A. Windows color (decimal): -15709456 or 15747600. OLE color: 15747600.
HSL color Cylindrical-coordinate representation of color #104AF0: hue angle of 224.46º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AF0 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 74 | 240 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.06 |
| HSL | 224.46º | 0.88% | 0.5% | - |
| HSV(B) | 224.46º | 0.93% | 0.94% | - |
| XYZ | 18.39 | 11.3 | 83.65 | - |
| YUV | 75.58 | 220.78 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 240 | 0.93 | 0.69 | 0 | 0.06 | 224.46 | 0.88 | 0.5 |
| Hex | 10 | 4A | F0 | 5D | 45 | 0 | 6 | E0 | 58 | 32 |
| Octal | 20 | 112 | 360 | 135 | 105 | 0 | 6 | 340 | 130 | 62 |
| Binary | 10000 | 1001010 | 11110000 | 1011101 | 1000101 | 0 | 110 | 11100000 | 1011000 | 110010 |
Color Harmonies of #104AF0
Complementary color
Monochromatic Colors of #104AF0
Black with #104AF0
Text Example
Text Example
White with #104AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AF0; }
p { color: rgb(16,74,240); }
H1.HeaderClassName
{
color: #104AF0;
}
.AnyTagClassName
{
color: #104AF0;
}
</style>
background-color css
<style>
a { background-color: #104AF0; }
a { background-color: rgb(16,74,240); }
div.DivClassName
{
background-color: #104AF0;
}
.BgClassName
{
background-color: #104AF0;
}
</style>
border-color css
<style>
span { border-color: #104AF0; }
span { border-color: rgb(16,74,240); }
td.TdClassName
{
border-color: #104AF0;
}
.TagClassName
{
border-color: #104AF0;
}
</style>