Shades of Navy Blue #104BFC
Tints of Navy Blue #104BFC
RGB
CMYK
RGB Variations
Color information
#104BFC (or 0x104BFC) is known color: Navy Blue. HEX triplet: 10, 4B and FC. RGB value is (16,75,252). Sum of RGB (Red+Green+Blue) = 16+75+252=343 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.66% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #104BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104BFC is #EFB403. Grayscale: #4C4C4C. Windows color (decimal): -15709188 or 16534288. OLE color: 16534288.
HSL color Cylindrical-coordinate representation of color #104BFC: hue angle of 225º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104BFC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 75 | 252 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.01 |
| HSL | 225º | 0.98% | 0.53% | - |
| HSV(B) | 225º | 0.94% | 0.99% | - |
| XYZ | 20.3 | 12.17 | 93.37 | - |
| YUV | 77.54 | 226.45 | 84.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 252 | 0.94 | 0.70 | 0 | 0.01 | 225 | 0.98 | 0.53 |
| Hex | 10 | 4B | FC | 5E | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 20 | 113 | 374 | 136 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10000 | 1001011 | 11111100 | 1011110 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #104BFC
Complementary color
Monochromatic Colors of #104BFC
Black with #104BFC
Text Example
Text Example
White with #104BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BFC; }
p { color: rgb(16,75,252); }
H1.HeaderClassName
{
color: #104BFC;
}
.AnyTagClassName
{
color: #104BFC;
}
</style>
background-color css
<style>
a { background-color: #104BFC; }
a { background-color: rgb(16,75,252); }
div.DivClassName
{
background-color: #104BFC;
}
.BgClassName
{
background-color: #104BFC;
}
</style>
border-color css
<style>
span { border-color: #104BFC; }
span { border-color: rgb(16,75,252); }
td.TdClassName
{
border-color: #104BFC;
}
.TagClassName
{
border-color: #104BFC;
}
</style>