Shades of Navy Blue #104CFD
Tints of Navy Blue #104CFD
RGB
CMYK
RGB Variations
Color information
#104CFD (or 0x104CFD) is known color: Navy Blue. HEX triplet: 10, 4C and FD. RGB value is (16,76,253). Sum of RGB (Red+Green+Blue) = 16+76+253=345 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.64% from 345); Green value is 76 (30.08% from 255 or 22.03% from 345); Blue value is 253 (99.22% from 255 or 73.33% from 345); Max value from RGB is 253 - color contains mainly: blue. Hex color #104CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFD is #EFB302. Grayscale: #4D4D4D. Windows color (decimal): -15708931 or 16600080. OLE color: 16600080.
HSL color Cylindrical-coordinate representation of color #104CFD: hue angle of 224.81º 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 #104CFD is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 76 | 253 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.01 |
| HSL | 224.81º | 0.98% | 0.53% | - |
| HSV(B) | 224.81º | 0.94% | 0.99% | - |
| XYZ | 20.53 | 12.37 | 94.23 | - |
| YUV | 78.24 | 226.62 | 83.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 253 | 0.94 | 0.70 | 0 | 0.01 | 224.81 | 0.98 | 0.53 |
| Hex | 10 | 4C | FD | 5E | 46 | 0 | 1 | E1 | 62 | 35 |
| Octal | 20 | 114 | 375 | 136 | 106 | 0 | 1 | 341 | 142 | 65 |
| Binary | 10000 | 1001100 | 11111101 | 1011110 | 1000110 | 0 | 1 | 11100001 | 1100010 | 110101 |
Color Harmonies of #104CFD
Complementary color
Monochromatic Colors of #104CFD
Black with #104CFD
Text Example
Text Example
White with #104CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CFD; }
p { color: rgb(16,76,253); }
H1.HeaderClassName
{
color: #104CFD;
}
.AnyTagClassName
{
color: #104CFD;
}
</style>
background-color css
<style>
a { background-color: #104CFD; }
a { background-color: rgb(16,76,253); }
div.DivClassName
{
background-color: #104CFD;
}
.BgClassName
{
background-color: #104CFD;
}
</style>
border-color css
<style>
span { border-color: #104CFD; }
span { border-color: rgb(16,76,253); }
td.TdClassName
{
border-color: #104CFD;
}
.TagClassName
{
border-color: #104CFD;
}
</style>