Html Css Color HEX #114EDF Navy Blue

📋 copy color: '#114EDF'

red 17 ◦ green 78 ◦ blue 223

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

Shades of Navy Blue #114EDF

Tints of Navy Blue #114EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 5.35%
G = 24.53%
B = 70.13%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#114EDF (or 0x114EDF) is known color: Navy Blue. HEX triplet: 11, 4E and DF. RGB value is (17,78,223). Sum of RGB (Red+Green+Blue) = 17+78+223=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 78 (30.86% from 255 or 24.53% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #114EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDF is #EEB120. Grayscale: #4B4B4B. Windows color (decimal): -15642913 or 14634513. OLE color: 14634513.

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

Color convert

RGB 17 78 223 -
CMYK 0.92 0.65 0 0.13
HSL 222.23º 0.86% 0.47% -
HSV(B) 222.23º 0.92% 0.87% -
XYZ 16.27 10.9 71.06 -
YUV 76.29 210.79 85.71 -
System Red Green Blue C M Y K H S L
Decimal 17 78 223 0.92 0.65 0 0.13 222.23 0.86 0.47
Hex 11 4E DF 5C 41 0 D DE 56 2F
Octal 21 116 337 134 101 0 15 336 126 57
Binary 10001 1001110 11011111 1011100 1000001 0 1101 11011110 1010110 101111

Color Harmonies of #114EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EDF

Black with #114EDF

Text Example


Text Example

White with #114EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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