Shades of Navy Blue #114CF3
Tints of Navy Blue #114CF3
RGB
CMYK
RGB Variations
Color information
#114CF3 (or 0x114CF3) is known color: Navy Blue. HEX triplet: 11, 4C and F3. RGB value is (17,76,243). Sum of RGB (Red+Green+Blue) = 17+76+243=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 76 (30.08% from 255 or 22.62% from 336); Blue value is 243 (95.31% from 255 or 72.32% from 336); Max value from RGB is 243 - color contains mainly: blue. Hex color #114CF3 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114CF3 is #EEB30C. Grayscale: #4C4C4C. Windows color (decimal): -15643405 or 15944721. OLE color: 15944721.
HSL color Cylindrical-coordinate representation of color #114CF3: hue angle of 224.34º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114CF3 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 76 | 243 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.05 |
| HSL | 224.34º | 0.9% | 0.51% | - |
| HSV(B) | 224.34º | 0.93% | 0.95% | - |
| XYZ | 18.99 | 11.76 | 86.06 | - |
| YUV | 77.4 | 221.45 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 76 | 243 | 0.93 | 0.69 | 0 | 0.05 | 224.34 | 0.9 | 0.51 |
| Hex | 11 | 4C | F3 | 5D | 45 | 0 | 5 | E0 | 5A | 33 |
| Octal | 21 | 114 | 363 | 135 | 105 | 0 | 5 | 340 | 132 | 63 |
| Binary | 10001 | 1001100 | 11110011 | 1011101 | 1000101 | 0 | 101 | 11100000 | 1011010 | 110011 |
Color Harmonies of #114CF3
Complementary color
Monochromatic Colors of #114CF3
Black with #114CF3
Text Example
Text Example
White with #114CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114CF3; }
p { color: rgb(17,76,243); }
H1.HeaderClassName
{
color: #114CF3;
}
.AnyTagClassName
{
color: #114CF3;
}
</style>
background-color css
<style>
a { background-color: #114CF3; }
a { background-color: rgb(17,76,243); }
div.DivClassName
{
background-color: #114CF3;
}
.BgClassName
{
background-color: #114CF3;
}
</style>
border-color css
<style>
span { border-color: #114CF3; }
span { border-color: rgb(17,76,243); }
td.TdClassName
{
border-color: #114CF3;
}
.TagClassName
{
border-color: #114CF3;
}
</style>