Shades of Navy Blue #104CDF
Tints of Navy Blue #104CDF
RGB
CMYK
RGB Variations
Color information
#104CDF (or 0x104CDF) is known color: Navy Blue. HEX triplet: 10, 4C and DF. RGB value is (16,76,223). Sum of RGB (Red+Green+Blue) = 16+76+223=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #104CDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CDF is #EFB320. Grayscale: #4A4A4A. Windows color (decimal): -15708961 or 14634000. OLE color: 14634000.
HSL color Cylindrical-coordinate representation of color #104CDF: hue angle of 222.61º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CDF is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 76 | 223 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.13 |
| HSL | 222.61º | 0.87% | 0.47% | - |
| HSV(B) | 222.61º | 0.93% | 0.87% | - |
| XYZ | 16.12 | 10.61 | 71.01 | - |
| YUV | 74.82 | 211.62 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 223 | 0.93 | 0.66 | 0 | 0.13 | 222.61 | 0.87 | 0.47 |
| Hex | 10 | 4C | DF | 5D | 42 | 0 | D | DF | 57 | 2F |
| Octal | 20 | 114 | 337 | 135 | 102 | 0 | 15 | 337 | 127 | 57 |
| Binary | 10000 | 1001100 | 11011111 | 1011101 | 1000010 | 0 | 1101 | 11011111 | 1010111 | 101111 |
Color Harmonies of #104CDF
Complementary color
Monochromatic Colors of #104CDF
Black with #104CDF
Text Example
Text Example
White with #104CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CDF; }
p { color: rgb(16,76,223); }
H1.HeaderClassName
{
color: #104CDF;
}
.AnyTagClassName
{
color: #104CDF;
}
</style>
background-color css
<style>
a { background-color: #104CDF; }
a { background-color: rgb(16,76,223); }
div.DivClassName
{
background-color: #104CDF;
}
.BgClassName
{
background-color: #104CDF;
}
</style>
border-color css
<style>
span { border-color: #104CDF; }
span { border-color: rgb(16,76,223); }
td.TdClassName
{
border-color: #104CDF;
}
.TagClassName
{
border-color: #104CDF;
}
</style>