Html Css Color HEX #114EE2 Navy Blue

📋 copy color: '#114EE2'

red 17 ◦ green 78 ◦ blue 226

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

Shades of Navy Blue #114EE2

Tints of Navy Blue #114EE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 70.4%

R = 5.3%
G = 24.3%
B = 70.4%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#114EE2 (or 0x114EE2) is known color: Navy Blue. HEX triplet: 11, 4E and E2. RGB value is (17,78,226). Sum of RGB (Red+Green+Blue) = 17+78+226=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 78 (30.86% from 255 or 24.30% from 321); Blue value is 226 (88.67% from 255 or 70.40% from 321); Max value from RGB is 226 - color contains mainly: blue. Hex color #114EE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EE2 is #EEB11D. Grayscale: #4B4B4B. Windows color (decimal): -15642910 or 14831121. OLE color: 14831121.

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

Color convert

RGB 17 78 226 -
CMYK 0.92 0.65 0 0.11
HSL 222.49º 0.86% 0.48% -
HSV(B) 222.49º 0.92% 0.89% -
XYZ 16.68 11.06 73.21 -
YUV 76.63 212.29 85.47 -
System Red Green Blue C M Y K H S L
Decimal 17 78 226 0.92 0.65 0 0.11 222.49 0.86 0.48
Hex 11 4E E2 5C 41 0 B DE 56 30
Octal 21 116 342 134 101 0 13 336 126 60
Binary 10001 1001110 11100010 1011100 1000001 0 1011 11011110 1010110 110000

Color Harmonies of #114EE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EE2

Black with #114EE2

Text Example


Text Example

White with #114EE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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