#114DEE

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

Shades of Navy Blue #114DEE

Tints of Navy Blue #114DEE

Color information

#114DEE (or 0x114DEE) is unknown color: approx Navy Blue. HEX triplet: 11, 4D and EE. RGB value is (17,77,238). Sum of RGB (Red+Green+Blue) = 17+77+238=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 238 (93.36% from 255 or 71.69% from 332); Max value from RGB is 238 - color contains mainly: blue. Hex color #114DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114DEE is #EEB211. Grayscale: #4C4C4C. Windows color (decimal): -15643154 or 15617297. OLE color: 15617297.

HSL color Cylindrical-coordinate representation of color #114DEE: hue angle of 223.71º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #114DEE is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1777238-
CMYK0.930.6800.07
HSL223.71º86.67%50%-
HSV(B)223.71º92.86%93.33%-
XYZ18.3211.682.16-
YUV77.41218.6284.91-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.12%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 238 (93.36% from 255) = 71.69%
R=5.12%
G=23.19%
B=71.69%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal17772380.930.6800.07223.7186.6750
Hex114DEE5D4407e05732
Octal211153561351040734012762
Binary10001100110111101110101110110001000111111000001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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