Html Css Color HEX #117ADE Navy Blue

📋 copy color: '#117ADE'

red 17 ◦ green 122 ◦ blue 222

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

Shades of Navy Blue #117ADE

Tints of Navy Blue #117ADE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.8%

 BLUE value IS 222 (87.11% from 255) = 61.5%

R = 4.71%
G = 33.8%
B = 61.5%

CMYK

 C value IS 0.92

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#117ADE (or 0x117ADE) is known color: Navy Blue. HEX triplet: 11, 7A and DE. RGB value is (17,122,222). Sum of RGB (Red+Green+Blue) = 17+122+222=361 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.71% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 222 (87.11% from 255 or 61.50% from 361); Max value from RGB is 222 - color contains mainly: blue. Hex color #117ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ADE is #EE8521. Grayscale: #656565. Windows color (decimal): -15631650 or 14580241. OLE color: 14580241.

HSL color Cylindrical-coordinate representation of color #117ADE: hue angle of 209.27º 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 #117ADE is Cyan = 0.92, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 17 122 222 -
CMYK 0.92 0.45 0 0.13
HSL 209.27º 0.86% 0.47% -
HSV(B) 209.27º 0.92% 0.87% -
XYZ 20.38 19.31 71.76 -
YUV 102.01 195.71 67.37 -
System Red Green Blue C M Y K H S L
Decimal 17 122 222 0.92 0.45 0 0.13 209.27 0.86 0.47
Hex 11 7A DE 5C 2D 0 D D1 56 2F
Octal 21 172 336 134 55 0 15 321 126 57
Binary 10001 1111010 11011110 1011100 101101 0 1101 11010001 1010110 101111

Color Harmonies of #117ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ADE

Black with #117ADE

Text Example


Text Example

White with #117ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,122,222); }

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

background-color css

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

 a { background-color: rgb(17,122,222); }

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

border-color css

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

 span { border-color: rgb(17,122,222); }

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