Shades of Navy Blue #104AF1
Tints of Navy Blue #104AF1
RGB
CMYK
RGB Variations
Color information
#104AF1 (or 0x104AF1) is known color: Navy Blue. HEX triplet: 10, 4A and F1. RGB value is (16,74,241). Sum of RGB (Red+Green+Blue) = 16+74+241=331 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.83% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 241 (94.53% from 255 or 72.81% from 331); Max value from RGB is 241 - color contains mainly: blue. Hex color #104AF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AF1 is #EFB50E. Grayscale: #4A4A4A. Windows color (decimal): -15709455 or 15813136. OLE color: 15813136.
HSL color Cylindrical-coordinate representation of color #104AF1: hue angle of 224.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104AF1 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 74 | 241 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.05 |
| HSL | 224.53º | 0.89% | 0.5% | - |
| HSV(B) | 224.53º | 0.93% | 0.95% | - |
| XYZ | 18.54 | 11.36 | 84.43 | - |
| YUV | 75.7 | 221.28 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 241 | 0.93 | 0.69 | 0 | 0.05 | 224.53 | 0.89 | 0.5 |
| Hex | 10 | 4A | F1 | 5D | 45 | 0 | 5 | E1 | 59 | 32 |
| Octal | 20 | 112 | 361 | 135 | 105 | 0 | 5 | 341 | 131 | 62 |
| Binary | 10000 | 1001010 | 11110001 | 1011101 | 1000101 | 0 | 101 | 11100001 | 1011001 | 110010 |
Color Harmonies of #104AF1
Complementary color
Monochromatic Colors of #104AF1
Black with #104AF1
Text Example
Text Example
White with #104AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AF1; }
p { color: rgb(16,74,241); }
H1.HeaderClassName
{
color: #104AF1;
}
.AnyTagClassName
{
color: #104AF1;
}
</style>
background-color css
<style>
a { background-color: #104AF1; }
a { background-color: rgb(16,74,241); }
div.DivClassName
{
background-color: #104AF1;
}
.BgClassName
{
background-color: #104AF1;
}
</style>
border-color css
<style>
span { border-color: #104AF1; }
span { border-color: rgb(16,74,241); }
td.TdClassName
{
border-color: #104AF1;
}
.TagClassName
{
border-color: #104AF1;
}
</style>