Html Css Color HEX #114EDC Navy Blue

📋 copy color: '#114EDC'

red 17 ◦ green 78 ◦ blue 220

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

Shades of Navy Blue #114EDC

Tints of Navy Blue #114EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 5.4%
G = 24.76%
B = 69.84%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#114EDC (or 0x114EDC) is known color: Navy Blue. HEX triplet: 11, 4E and DC. RGB value is (17,78,220). Sum of RGB (Red+Green+Blue) = 17+78+220=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 78 (30.86% from 255 or 24.76% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #114EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #114EDC is #EEB123. Grayscale: #4B4B4B. Windows color (decimal): -15642916 or 14437905. OLE color: 14437905.

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

Color convert

RGB 17 78 220 -
CMYK 0.92 0.65 0 0.14
HSL 221.97º 0.86% 0.46% -
HSV(B) 221.97º 0.92% 0.86% -
XYZ 15.87 10.74 68.95 -
YUV 75.95 209.29 85.95 -
System Red Green Blue C M Y K H S L
Decimal 17 78 220 0.92 0.65 0 0.14 221.97 0.86 0.46
Hex 11 4E DC 5C 41 0 E DE 56 2E
Octal 21 116 334 134 101 0 16 336 126 56
Binary 10001 1001110 11011100 1011100 1000001 0 1110 11011110 1010110 101110

Color Harmonies of #114EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114EDC

Black with #114EDC

Text Example


Text Example

White with #114EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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