#114DFF

Color #114DFF Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #114DFF

Tints of Navy Blue #114DFF

Color information

#114DFF (or 0x114DFF) is unknown color: approx Navy Blue. HEX triplet: 11, 4D and FF. RGB value is (17,77,255). Sum of RGB (Red+Green+Blue) = 17+77+255=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 255 (100% from 255 or 73.07% from 349); Max value from RGB is 255 - color contains mainly: blue. Hex color #114DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DFF is #EEB200. Grayscale: #4E4E4E. Windows color (decimal): -15643137 or 16731409. OLE color: 16731409.

HSL color Cylindrical-coordinate representation of color #114DFF: hue angle of 224.87º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DFF is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1777255-
CMYK0.930.7000
HSL224.87º100%53.33%-
HSV(B)224.87º93.33%100%-
XYZ20.9412.6595.95-
YUV79.35227.1283.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 17 (7.03% from 255) = 4.87%
GREEN value IS 77 (30.47% from 255) = 22.06%
BLUE value IS 255 (100% from 255) = 73.07%
R=4.87%
G=22.06%
B=73.07%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17772550.930.7000224.8710053.33
Hex114DFF5D4600e16435
Octal211153771351060034114465
Binary100011001101111111111011101100011000111000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114DFF; }

 p { color: rgb(17,77,255); }

 H1.HeaderClassName
 {
   color: #114DFF;
 }
 .AnyTagClassName
 {
   color: #114DFF;
 }
</style>
background-color css

<style>
 a { background-color: #114DFF; }

 a { background-color: rgb(17,77,255); }

 div.DivClassName
 {
   background-color: #114DFF;
 }
 .BgClassName
 {
   background-color: #114DFF;
 }
</style>
border-color css

<style>
 span { border-color: #114DFF; }

 span { border-color: rgb(17,77,255); }

 td.TdClassName
 {
   border-color: #114DFF;
 }
 .TagClassName
 {
   border-color: #114DFF;
 }
</style>