Shades of Navy Blue #114CDC
Tints of Navy Blue #114CDC
RGB
CMYK
RGB Variations
Color information
#114CDC (or 0x114CDC) is known color: Navy Blue. HEX triplet: 11, 4C and DC. RGB value is (17,76,220). Sum of RGB (Red+Green+Blue) = 17+76+220=313 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.43% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #114CDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #114CDC is #EEB323. Grayscale: #4A4A4A. Windows color (decimal): -15643428 or 14437393. OLE color: 14437393.
HSL color Cylindrical-coordinate representation of color #114CDC: hue angle of 222.56º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114CDC is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 76 | 220 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.14 |
| HSL | 222.56º | 0.86% | 0.46% | - |
| HSV(B) | 222.56º | 0.92% | 0.86% | - |
| XYZ | 15.73 | 10.46 | 68.9 | - |
| YUV | 74.78 | 209.95 | 86.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 220 | 0.92 | 0.65 | 0 | 0.14 | 222.56 | 0.86 | 0.46 |
| Hex | 11 | 4C | DC | 5C | 41 | 0 | E | DF | 56 | 2E |
| Octal | 21 | 114 | 334 | 134 | 101 | 0 | 16 | 337 | 126 | 56 |
| Binary | 10001 | 1001100 | 11011100 | 1011100 | 1000001 | 0 | 1110 | 11011111 | 1010110 | 101110 |
Color Harmonies of #114CDC
Complementary color
Monochromatic Colors of #114CDC
Black with #114CDC
Text Example
Text Example
White with #114CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CDC; }
p { color: rgb(17,76,220); }
H1.HeaderClassName
{
color: #114CDC;
}
.AnyTagClassName
{
color: #114CDC;
}
</style>
background-color css
<style>
a { background-color: #114CDC; }
a { background-color: rgb(17,76,220); }
div.DivClassName
{
background-color: #114CDC;
}
.BgClassName
{
background-color: #114CDC;
}
</style>
border-color css
<style>
span { border-color: #114CDC; }
span { border-color: rgb(17,76,220); }
td.TdClassName
{
border-color: #114CDC;
}
.TagClassName
{
border-color: #114CDC;
}
</style>