Html Css Color HEX #117ECA Navy Blue

📋 copy color: '#117ECA'

red 17 ◦ green 126 ◦ blue 202

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

Shades of Navy Blue #117ECA

Tints of Navy Blue #117ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 58.55%

R = 4.93%
G = 36.52%
B = 58.55%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#117ECA (or 0x117ECA) is known color: Navy Blue. HEX triplet: 11, 7E and CA. RGB value is (17,126,202). Sum of RGB (Red+Green+Blue) = 17+126+202=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 126 (49.61% from 255 or 36.52% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #117ECA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ECA is #EE8135. Grayscale: #656565. Windows color (decimal): -15630646 or 13270545. OLE color: 13270545.

HSL color Cylindrical-coordinate representation of color #117ECA: hue angle of 204.65º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ECA is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 126 202 -
CMYK 0.92 0.38 0 0.21
HSL 204.65º 0.84% 0.43% -
HSV(B) 204.65º 0.92% 0.79% -
XYZ 18.35 19.31 58.64 -
YUV 102.07 184.39 67.32 -
System Red Green Blue C M Y K H S L
Decimal 17 126 202 0.92 0.38 0 0.21 204.65 0.84 0.43
Hex 11 7E CA 5C 26 0 15 CD 54 2B
Octal 21 176 312 134 46 0 25 315 124 53
Binary 10001 1111110 11001010 1011100 100110 0 10101 11001101 1010100 101011

Color Harmonies of #117ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ECA

Black with #117ECA

Text Example


Text Example

White with #117ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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