Shades of Navy Blue #104CF1
Tints of Navy Blue #104CF1
RGB
CMYK
RGB Variations
Color information
#104CF1 (or 0x104CF1) is known color: Navy Blue. HEX triplet: 10, 4C and F1. RGB value is (16,76,241). Sum of RGB (Red+Green+Blue) = 16+76+241=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 241 (94.53% from 255 or 72.37% from 333); Max value from RGB is 241 - color contains mainly: blue. Hex color #104CF1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CF1 is #EFB30E. Grayscale: #4C4C4C. Windows color (decimal): -15708943 or 15813648. OLE color: 15813648.
HSL color Cylindrical-coordinate representation of color #104CF1: hue angle of 224º 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 #104CF1 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 76 | 241 | - |
| CMYK | 0.93 | 0.68 | 0 | 0.05 |
| HSL | 224º | 0.89% | 0.5% | - |
| HSV(B) | 224º | 0.93% | 0.95% | - |
| XYZ | 18.68 | 11.63 | 84.48 | - |
| YUV | 76.87 | 220.62 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 241 | 0.93 | 0.68 | 0 | 0.05 | 224 | 0.89 | 0.5 |
| Hex | 10 | 4C | F1 | 5D | 44 | 0 | 5 | E0 | 59 | 32 |
| Octal | 20 | 114 | 361 | 135 | 104 | 0 | 5 | 340 | 131 | 62 |
| Binary | 10000 | 1001100 | 11110001 | 1011101 | 1000100 | 0 | 101 | 11100000 | 1011001 | 110010 |
Color Harmonies of #104CF1
Complementary color
Monochromatic Colors of #104CF1
Black with #104CF1
Text Example
Text Example
White with #104CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CF1; }
p { color: rgb(16,76,241); }
H1.HeaderClassName
{
color: #104CF1;
}
.AnyTagClassName
{
color: #104CF1;
}
</style>
background-color css
<style>
a { background-color: #104CF1; }
a { background-color: rgb(16,76,241); }
div.DivClassName
{
background-color: #104CF1;
}
.BgClassName
{
background-color: #104CF1;
}
</style>
border-color css
<style>
span { border-color: #104CF1; }
span { border-color: rgb(16,76,241); }
td.TdClassName
{
border-color: #104CF1;
}
.TagClassName
{
border-color: #104CF1;
}
</style>