Shades of Navy Blue #104AFB
Tints of Navy Blue #104AFB
RGB
CMYK
RGB Variations
Color information
#104AFB (or 0x104AFB) is known color: Navy Blue. HEX triplet: 10, 4A and FB. RGB value is (16,74,251). Sum of RGB (Red+Green+Blue) = 16+74+251=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 251 (98.44% from 255 or 73.61% from 341); Max value from RGB is 251 - color contains mainly: blue. Hex color #104AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AFB is #EFB504. Grayscale: #4C4C4C. Windows color (decimal): -15709445 or 16468496. OLE color: 16468496.
HSL color Cylindrical-coordinate representation of color #104AFB: hue angle of 225.19º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104AFB is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 74 | 251 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.02 |
| HSL | 225.19º | 0.97% | 0.52% | - |
| HSV(B) | 225.19º | 0.94% | 0.98% | - |
| XYZ | 20.08 | 11.97 | 92.52 | - |
| YUV | 76.84 | 226.28 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 74 | 251 | 0.94 | 0.71 | 0 | 0.02 | 225.19 | 0.97 | 0.52 |
| Hex | 10 | 4A | FB | 5E | 47 | 0 | 2 | E1 | 61 | 34 |
| Octal | 20 | 112 | 373 | 136 | 107 | 0 | 2 | 341 | 141 | 64 |
| Binary | 10000 | 1001010 | 11111011 | 1011110 | 1000111 | 0 | 10 | 11100001 | 1100001 | 110100 |
Color Harmonies of #104AFB
Complementary color
Monochromatic Colors of #104AFB
Black with #104AFB
Text Example
Text Example
White with #104AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104AFB; }
p { color: rgb(16,74,251); }
H1.HeaderClassName
{
color: #104AFB;
}
.AnyTagClassName
{
color: #104AFB;
}
</style>
background-color css
<style>
a { background-color: #104AFB; }
a { background-color: rgb(16,74,251); }
div.DivClassName
{
background-color: #104AFB;
}
.BgClassName
{
background-color: #104AFB;
}
</style>
border-color css
<style>
span { border-color: #104AFB; }
span { border-color: rgb(16,74,251); }
td.TdClassName
{
border-color: #104AFB;
}
.TagClassName
{
border-color: #104AFB;
}
</style>