Shades of Navy Blue #104BDC
Tints of Navy Blue #104BDC
RGB
CMYK
RGB Variations
Color information
#104BDC (or 0x104BDC) is known color: Navy Blue. HEX triplet: 10, 4B and DC. RGB value is (16,75,220). Sum of RGB (Red+Green+Blue) = 16+75+220=311 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.14% from 311); Green value is 75 (29.69% from 255 or 24.12% from 311); Blue value is 220 (86.33% from 255 or 70.74% from 311); Max value from RGB is 220 - color contains mainly: blue. Hex color #104BDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #104BDC is #EFB423. Grayscale: #494949. Windows color (decimal): -15709220 or 14437136. OLE color: 14437136.
HSL color Cylindrical-coordinate representation of color #104BDC: hue angle of 222.65º 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 #104BDC is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 75 | 220 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.14 |
| HSL | 222.65º | 0.86% | 0.46% | - |
| HSV(B) | 222.65º | 0.93% | 0.86% | - |
| XYZ | 15.65 | 10.31 | 68.88 | - |
| YUV | 73.89 | 210.45 | 86.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 75 | 220 | 0.93 | 0.66 | 0 | 0.14 | 222.65 | 0.86 | 0.46 |
| Hex | 10 | 4B | DC | 5D | 42 | 0 | E | DF | 56 | 2E |
| Octal | 20 | 113 | 334 | 135 | 102 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10000 | 1001011 | 11011100 | 1011101 | 1000010 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #104BDC
Complementary color
Monochromatic Colors of #104BDC
Black with #104BDC
Text Example
Text Example
White with #104BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #104BDC; }
p { color: rgb(16,75,220); }
H1.HeaderClassName
{
color: #104BDC;
}
.AnyTagClassName
{
color: #104BDC;
}
</style>
background-color css
<style>
a { background-color: #104BDC; }
a { background-color: rgb(16,75,220); }
div.DivClassName
{
background-color: #104BDC;
}
.BgClassName
{
background-color: #104BDC;
}
</style>
border-color css
<style>
span { border-color: #104BDC; }
span { border-color: rgb(16,75,220); }
td.TdClassName
{
border-color: #104BDC;
}
.TagClassName
{
border-color: #104BDC;
}
</style>