Shades of Navy Blue #104CDC
Tints of Navy Blue #104CDC
RGB
CMYK
RGB Variations
Color information
#104CDC (or 0x104CDC) is known color: Navy Blue. HEX triplet: 10, 4C and DC. RGB value is (16,76,220). Sum of RGB (Red+Green+Blue) = 16+76+220=312 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.13% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 220 (86.33% from 255 or 70.51% from 312); Max value from RGB is 220 - color contains mainly: blue. Hex color #104CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104CDC is #EFB323. Grayscale: #494949. Windows color (decimal): -15708964 or 14437392. OLE color: 14437392.
HSL color Cylindrical-coordinate representation of color #104CDC: hue angle of 222.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104CDC is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 76 | 220 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.14 |
| HSL | 222.35º | 0.86% | 0.46% | - |
| HSV(B) | 222.35º | 0.93% | 0.86% | - |
| XYZ | 15.72 | 10.45 | 68.9 | - |
| YUV | 74.48 | 210.12 | 86.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 76 | 220 | 0.93 | 0.65 | 0 | 0.14 | 222.35 | 0.86 | 0.46 |
| Hex | 10 | 4C | DC | 5D | 41 | 0 | E | DE | 56 | 2E |
| Octal | 20 | 114 | 334 | 135 | 101 | 0 | 16 | 336 | 126 | 56 |
| Binary | 10000 | 1001100 | 11011100 | 1011101 | 1000001 | 0 | 1110 | 11011110 | 1010110 | 101110 |
Color Harmonies of #104CDC
Complementary color
Monochromatic Colors of #104CDC
Black with #104CDC
Text Example
Text Example
White with #104CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104CDC; }
p { color: rgb(16,76,220); }
H1.HeaderClassName
{
color: #104CDC;
}
.AnyTagClassName
{
color: #104CDC;
}
</style>
background-color css
<style>
a { background-color: #104CDC; }
a { background-color: rgb(16,76,220); }
div.DivClassName
{
background-color: #104CDC;
}
.BgClassName
{
background-color: #104CDC;
}
</style>
border-color css
<style>
span { border-color: #104CDC; }
span { border-color: rgb(16,76,220); }
td.TdClassName
{
border-color: #104CDC;
}
.TagClassName
{
border-color: #104CDC;
}
</style>