Html Css Color HEX #117ED6 Navy Blue

📋 copy color: '#117ED6'

red 17 ◦ green 126 ◦ blue 214

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

Shades of Navy Blue #117ED6

Tints of Navy Blue #117ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 59.94%

R = 4.76%
G = 35.29%
B = 59.94%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#117ED6 (or 0x117ED6) is known color: Navy Blue. HEX triplet: 11, 7E and D6. RGB value is (17,126,214). Sum of RGB (Red+Green+Blue) = 17+126+214=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 214 (83.98% from 255 or 59.94% from 357); Max value from RGB is 214 - color contains mainly: blue. Hex color #117ED6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ED6 is #EE8129. Grayscale: #666666. Windows color (decimal): -15630634 or 14056977. OLE color: 14056977.

HSL color Cylindrical-coordinate representation of color #117ED6: hue angle of 206.8º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117ED6 is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 17 126 214 -
CMYK 0.92 0.41 0 0.16
HSL 206.8º 0.85% 0.45% -
HSV(B) 206.8º 0.92% 0.84% -
XYZ 19.83 19.9 66.41 -
YUV 103.44 190.39 66.34 -
System Red Green Blue C M Y K H S L
Decimal 17 126 214 0.92 0.41 0 0.16 206.8 0.85 0.45
Hex 11 7E D6 5C 29 0 10 CF 55 2D
Octal 21 176 326 134 51 0 20 317 125 55
Binary 10001 1111110 11010110 1011100 101001 0 10000 11001111 1010101 101101

Color Harmonies of #117ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ED6

Black with #117ED6

Text Example


Text Example

White with #117ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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