Shades of Navy Blue #104CFC
Tints of Navy Blue #104CFC
RGB
CMYK
RGB Variations
Color information
#104CFC (or 0x104CFC) is known color: Navy Blue. HEX triplet: 10, 4C and FC. RGB value is (16,76,252). Sum of RGB (Red+Green+Blue) = 16+76+252=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 252 (98.83% from 255 or 73.26% from 344); Max value from RGB is 252 - color contains mainly: blue. Hex color #104CFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFC is #EFB303. Grayscale: #4D4D4D. Windows color (decimal): -15708932 or 16534544. OLE color: 16534544.
HSL color Cylindrical-coordinate representation of color #104CFC: hue angle of 224.75º 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 #104CFC is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 76 | 252 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.01 |
| HSL | 224.75º | 0.98% | 0.53% | - |
| HSV(B) | 224.75º | 0.94% | 0.99% | - |
| XYZ | 20.37 | 12.31 | 93.4 | - |
| YUV | 78.12 | 226.12 | 83.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 252 | 0.94 | 0.70 | 0 | 0.01 | 224.75 | 0.98 | 0.53 |
| Hex | 10 | 4C | FC | 5E | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 20 | 114 | 374 | 136 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10000 | 1001100 | 11111100 | 1011110 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #104CFC
Complementary color
Monochromatic Colors of #104CFC
Black with #104CFC
Text Example
Text Example
White with #104CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CFC; }
p { color: rgb(16,76,252); }
H1.HeaderClassName
{
color: #104CFC;
}
.AnyTagClassName
{
color: #104CFC;
}
</style>
background-color css
<style>
a { background-color: #104CFC; }
a { background-color: rgb(16,76,252); }
div.DivClassName
{
background-color: #104CFC;
}
.BgClassName
{
background-color: #104CFC;
}
</style>
border-color css
<style>
span { border-color: #104CFC; }
span { border-color: rgb(16,76,252); }
td.TdClassName
{
border-color: #104CFC;
}
.TagClassName
{
border-color: #104CFC;
}
</style>