Html Css Color HEX #117ECD Navy Blue

📋 copy color: '#117ECD'

red 17 ◦ green 126 ◦ blue 205

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

Shades of Navy Blue #117ECD

Tints of Navy Blue #117ECD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 36.21%

 BLUE value IS 205 (80.47% from 255) = 58.91%

R = 4.89%
G = 36.21%
B = 58.91%

CMYK

 C value IS 0.92

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#117ECD (or 0x117ECD) is known color: Navy Blue. HEX triplet: 11, 7E and CD. RGB value is (17,126,205). Sum of RGB (Red+Green+Blue) = 17+126+205=348 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.89% from 348); Green value is 126 (49.61% from 255 or 36.21% from 348); Blue value is 205 (80.47% from 255 or 58.91% from 348); Max value from RGB is 205 - color contains mainly: blue. Hex color #117ECD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ECD is #EE8132. Grayscale: #656565. Windows color (decimal): -15630643 or 13467153. OLE color: 13467153.

HSL color Cylindrical-coordinate representation of color #117ECD: hue angle of 205.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ECD is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 126 205 -
CMYK 0.92 0.39 0 0.20
HSL 205.21º 0.85% 0.44% -
HSV(B) 205.21º 0.92% 0.8% -
XYZ 18.71 19.45 60.53 -
YUV 102.42 185.89 67.08 -
System Red Green Blue C M Y K H S L
Decimal 17 126 205 0.92 0.39 0 0.20 205.21 0.85 0.44
Hex 11 7E CD 5C 27 0 14 CD 55 2C
Octal 21 176 315 134 47 0 24 315 125 54
Binary 10001 1111110 11001101 1011100 100111 0 10100 11001101 1010101 101100

Color Harmonies of #117ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ECD

Black with #117ECD

Text Example


Text Example

White with #117ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117ECD; }

 p { color: rgb(17,126,205); }

 H1.HeaderClassName
 {
   color: #117ECD;
 }
 .AnyTagClassName
 {
   color: #117ECD;
 }
</style>

background-color css

<style>
 a { background-color: #117ECD; }

 a { background-color: rgb(17,126,205); }

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

border-color css

<style>
 span { border-color: #117ECD; }

 span { border-color: rgb(17,126,205); }

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