Html Css Color HEX #114EEF Navy Blue

📋 copy color: '#114EEF'

red 17 ◦ green 78 ◦ blue 239

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

Shades of Navy Blue #114EEF

Tints of Navy Blue #114EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.56%

R = 5.09%
G = 23.35%
B = 71.56%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#114EEF (or 0x114EEF) is known color: Navy Blue. HEX triplet: 11, 4E and EF. RGB value is (17,78,239). Sum of RGB (Red+Green+Blue) = 17+78+239=334 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.09% from 334); Green value is 78 (30.86% from 255 or 23.35% from 334); Blue value is 239 (93.75% from 255 or 71.56% from 334); Max value from RGB is 239 - color contains mainly: blue. Hex color #114EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #114EEF is #EEB110. Grayscale: #4D4D4D. Windows color (decimal): -15642897 or 15683089. OLE color: 15683089.

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

Color convert

RGB 17 78 239 -
CMYK 0.93 0.67 0 0.06
HSL 223.51º 0.87% 0.5% -
HSV(B) 223.51º 0.93% 0.94% -
XYZ 18.54 11.8 82.96 -
YUV 78.12 218.79 84.41 -
System Red Green Blue C M Y K H S L
Decimal 17 78 239 0.93 0.67 0 0.06 223.51 0.87 0.5
Hex 11 4E EF 5D 43 0 6 E0 57 32
Octal 21 116 357 135 103 0 6 340 127 62
Binary 10001 1001110 11101111 1011101 1000011 0 110 11100000 1010111 110010

Color Harmonies of #114EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EEF

Black with #114EEF

Text Example


Text Example

White with #114EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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