Shades of Navy Blue #104CFB
Tints of Navy Blue #104CFB
RGB
CMYK
RGB Variations
Color information
#104CFB (or 0x104CFB) is known color: Navy Blue. HEX triplet: 10, 4C and FB. RGB value is (16,76,251). Sum of RGB (Red+Green+Blue) = 16+76+251=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 76 (30.08% from 255 or 22.16% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #104CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFB is #EFB304. Grayscale: #4D4D4D. Windows color (decimal): -15708933 or 16469008. OLE color: 16469008.
HSL color Cylindrical-coordinate representation of color #104CFB: hue angle of 224.68º 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 #104CFB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 76 | 251 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.02 |
| HSL | 224.68º | 0.97% | 0.52% | - |
| HSV(B) | 224.68º | 0.94% | 0.98% | - |
| XYZ | 20.21 | 12.24 | 92.56 | - |
| YUV | 78.01 | 225.62 | 83.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 251 | 0.94 | 0.70 | 0 | 0.02 | 224.68 | 0.97 | 0.52 |
| Hex | 10 | 4C | FB | 5E | 46 | 0 | 2 | E1 | 61 | 34 |
| Octal | 20 | 114 | 373 | 136 | 106 | 0 | 2 | 341 | 141 | 64 |
| Binary | 10000 | 1001100 | 11111011 | 1011110 | 1000110 | 0 | 10 | 11100001 | 1100001 | 110100 |
Color Harmonies of #104CFB
Complementary color
Monochromatic Colors of #104CFB
Black with #104CFB
Text Example
Text Example
White with #104CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CFB; }
p { color: rgb(16,76,251); }
H1.HeaderClassName
{
color: #104CFB;
}
.AnyTagClassName
{
color: #104CFB;
}
</style>
background-color css
<style>
a { background-color: #104CFB; }
a { background-color: rgb(16,76,251); }
div.DivClassName
{
background-color: #104CFB;
}
.BgClassName
{
background-color: #104CFB;
}
</style>
border-color css
<style>
span { border-color: #104CFB; }
span { border-color: rgb(16,76,251); }
td.TdClassName
{
border-color: #104CFB;
}
.TagClassName
{
border-color: #104CFB;
}
</style>