Html Css Color HEX #114EEE Navy Blue

📋 copy color: '#114EEE'

red 17 ◦ green 78 ◦ blue 238

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

Shades of Navy Blue #114EEE

Tints of Navy Blue #114EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.47%

R = 5.11%
G = 23.42%
B = 71.47%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#114EEE (or 0x114EEE) is known color: Navy Blue. HEX triplet: 11, 4E and EE. RGB value is (17,78,238). Sum of RGB (Red+Green+Blue) = 17+78+238=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 78 (30.86% from 255 or 23.42% from 333); Blue value is 238 (93.36% from 255 or 71.47% from 333); Max value from RGB is 238 - color contains mainly: blue. Hex color #114EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EEE is #EEB111. Grayscale: #4D4D4D. Windows color (decimal): -15642898 or 15617553. OLE color: 15617553.

HSL color Cylindrical-coordinate representation of color #114EEE: hue angle of 223.44º 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 #114EEE is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 17 78 238 -
CMYK 0.93 0.67 0 0.07
HSL 223.44º 0.87% 0.5% -
HSV(B) 223.44º 0.93% 0.93% -
XYZ 18.39 11.74 82.19 -
YUV 78 218.29 84.49 -
System Red Green Blue C M Y K H S L
Decimal 17 78 238 0.93 0.67 0 0.07 223.44 0.87 0.5
Hex 11 4E EE 5D 43 0 7 DF 57 32
Octal 21 116 356 135 103 0 7 337 127 62
Binary 10001 1001110 11101110 1011101 1000011 0 111 11011111 1010111 110010

Color Harmonies of #114EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EEE

Black with #114EEE

Text Example


Text Example

White with #114EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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