Shades of Navy Blue #114AF5
Tints of Navy Blue #114AF5
RGB
CMYK
RGB Variations
Color information
#114AF5 (or 0x114AF5) is known color: Navy Blue. HEX triplet: 11, 4A and F5. RGB value is (17,74,245). Sum of RGB (Red+Green+Blue) = 17+74+245=336 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.06% from 336); Green value is 74 (29.30% from 255 or 22.02% from 336); Blue value is 245 (96.09% from 255 or 72.92% from 336); Max value from RGB is 245 - color contains mainly: blue. Hex color #114AF5 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #114AF5 is #EEB50A. Grayscale: #4B4B4B. Windows color (decimal): -15643915 or 16075281. OLE color: 16075281.
HSL color Cylindrical-coordinate representation of color #114AF5: hue angle of 225º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114AF5 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 17 | 74 | 245 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.04 |
| HSL | 225º | 0.92% | 0.51% | - |
| HSV(B) | 225º | 0.93% | 0.96% | - |
| XYZ | 19.16 | 11.61 | 87.62 | - |
| YUV | 76.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 74 | 245 | 0.93 | 0.70 | 0 | 0.04 | 225 | 0.92 | 0.51 |
| Hex | 11 | 4A | F5 | 5D | 46 | 0 | 4 | E1 | 5C | 33 |
| Octal | 21 | 112 | 365 | 135 | 106 | 0 | 4 | 341 | 134 | 63 |
| Binary | 10001 | 1001010 | 11110101 | 1011101 | 1000110 | 0 | 100 | 11100001 | 1011100 | 110011 |
Color Harmonies of #114AF5
Complementary color
Monochromatic Colors of #114AF5
Black with #114AF5
Text Example
Text Example
White with #114AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #114AF5; }
p { color: rgb(17,74,245); }
H1.HeaderClassName
{
color: #114AF5;
}
.AnyTagClassName
{
color: #114AF5;
}
</style>
background-color css
<style>
a { background-color: #114AF5; }
a { background-color: rgb(17,74,245); }
div.DivClassName
{
background-color: #114AF5;
}
.BgClassName
{
background-color: #114AF5;
}
</style>
border-color css
<style>
span { border-color: #114AF5; }
span { border-color: rgb(17,74,245); }
td.TdClassName
{
border-color: #114AF5;
}
.TagClassName
{
border-color: #114AF5;
}
</style>