Html Css Color HEX #114EE0 Navy Blue

📋 copy color: '#114EE0'

red 17 ◦ green 78 ◦ blue 224

#114EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #114EE0

Tints of Navy Blue #114EE0

RGB

 RED value IS 17 (7.03% from 255) = 5.33%

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 224 (87.89% from 255) = 70.22%

R = 5.33%
G = 24.45%
B = 70.22%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#114EE0 (or 0x114EE0) is known color: Navy Blue. HEX triplet: 11, 4E and E0. RGB value is (17,78,224). Sum of RGB (Red+Green+Blue) = 17+78+224=319 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.33% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #114EE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EE0 is #EEB11F. Grayscale: #4B4B4B. Windows color (decimal): -15642912 or 14700049. OLE color: 14700049.

HSL color Cylindrical-coordinate representation of color #114EE0: hue angle of 222.32º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #114EE0 is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 17 78 224 -
CMYK 0.92 0.65 0 0.12
HSL 222.32º 0.86% 0.47% -
HSV(B) 222.32º 0.92% 0.88% -
XYZ 16.41 10.95 71.77 -
YUV 76.41 211.29 85.63 -
System Red Green Blue C M Y K H S L
Decimal 17 78 224 0.92 0.65 0 0.12 222.32 0.86 0.47
Hex 11 4E E0 5C 41 0 C DE 56 2F
Octal 21 116 340 134 101 0 14 336 126 57
Binary 10001 1001110 11100000 1011100 1000001 0 1100 11011110 1010110 101111

Color Harmonies of #114EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EE0

Black with #114EE0

Text Example


Text Example

White with #114EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,78,224); }

 H1.HeaderClassName
 {
   color: #114EE0;
 }
 .AnyTagClassName
 {
   color: #114EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(17,78,224); }

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

border-color css

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

 span { border-color: rgb(17,78,224); }

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