Shades of Navy Blue #104CDA
Tints of Navy Blue #104CDA
RGB
CMYK
RGB Variations
Color information
#104CDA (or 0x104CDA) is known color: Navy Blue. HEX triplet: 10, 4C and DA. RGB value is (16,76,218). Sum of RGB (Red+Green+Blue) = 16+76+218=310 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.16% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #104CDA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CDA is #EFB325. Grayscale: #494949. Windows color (decimal): -15708966 or 14306320. OLE color: 14306320.
HSL color Cylindrical-coordinate representation of color #104CDA: hue angle of 222.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CDA is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 16 | 76 | 218 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.15 |
| HSL | 222.18º | 0.86% | 0.46% | - |
| HSV(B) | 222.18º | 0.93% | 0.85% | - |
| XYZ | 15.45 | 10.34 | 67.51 | - |
| YUV | 74.25 | 209.12 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 218 | 0.93 | 0.65 | 0 | 0.15 | 222.18 | 0.86 | 0.46 |
| Hex | 10 | 4C | DA | 5D | 41 | 0 | F | DE | 56 | 2E |
| Octal | 20 | 114 | 332 | 135 | 101 | 0 | 17 | 336 | 126 | 56 |
| Binary | 10000 | 1001100 | 11011010 | 1011101 | 1000001 | 0 | 1111 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104CDA
Complementary color
Monochromatic Colors of #104CDA
Black with #104CDA
Text Example
Text Example
White with #104CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CDA; }
p { color: rgb(16,76,218); }
H1.HeaderClassName
{
color: #104CDA;
}
.AnyTagClassName
{
color: #104CDA;
}
</style>
background-color css
<style>
a { background-color: #104CDA; }
a { background-color: rgb(16,76,218); }
div.DivClassName
{
background-color: #104CDA;
}
.BgClassName
{
background-color: #104CDA;
}
</style>
border-color css
<style>
span { border-color: #104CDA; }
span { border-color: rgb(16,76,218); }
td.TdClassName
{
border-color: #104CDA;
}
.TagClassName
{
border-color: #104CDA;
}
</style>