Shades of Navy Blue #104AF4
Tints of Navy Blue #104AF4
RGB
CMYK
RGB Variations
Color information
#104AF4 (or 0x104AF4) is known color: Navy Blue. HEX triplet: 10, 4A and F4. RGB value is (16,74,244). Sum of RGB (Red+Green+Blue) = 16+74+244=334 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.79% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 244 (95.70% from 255 or 73.05% from 334); Max value from RGB is 244 - color contains mainly: blue. Hex color #104AF4 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AF4 is #EFB50B. Grayscale: #4B4B4B. Windows color (decimal): -15709452 or 16009744. OLE color: 16009744.
HSL color Cylindrical-coordinate representation of color #104AF4: hue angle of 224.74º degrees, saturation: 0.91, 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 #104AF4 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 74 | 244 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 224.74º | 0.91% | 0.51% | - |
| HSV(B) | 224.74º | 0.93% | 0.96% | - |
| XYZ | 18.99 | 11.54 | 86.81 | - |
| YUV | 76.04 | 222.78 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 244 | 0.93 | 0.70 | 0 | 0.04 | 224.74 | 0.91 | 0.51 |
| Hex | 10 | 4A | F4 | 5D | 46 | 0 | 4 | E1 | 5B | 33 |
| Octal | 20 | 112 | 364 | 135 | 106 | 0 | 4 | 341 | 133 | 63 |
| Binary | 10000 | 1001010 | 11110100 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011011 | 110011 |
Color Harmonies of #104AF4
Complementary color
Monochromatic Colors of #104AF4
Black with #104AF4
Text Example
Text Example
White with #104AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AF4; }
p { color: rgb(16,74,244); }
H1.HeaderClassName
{
color: #104AF4;
}
.AnyTagClassName
{
color: #104AF4;
}
</style>
background-color css
<style>
a { background-color: #104AF4; }
a { background-color: rgb(16,74,244); }
div.DivClassName
{
background-color: #104AF4;
}
.BgClassName
{
background-color: #104AF4;
}
</style>
border-color css
<style>
span { border-color: #104AF4; }
span { border-color: rgb(16,74,244); }
td.TdClassName
{
border-color: #104AF4;
}
.TagClassName
{
border-color: #104AF4;
}
</style>