Html Css Color HEX #117ADA Navy Blue

📋 copy color: '#117ADA'

red 17 ◦ green 122 ◦ blue 218

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

Shades of Navy Blue #117ADA

Tints of Navy Blue #117ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 61.06%

R = 4.76%
G = 34.17%
B = 61.06%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#117ADA (or 0x117ADA) is known color: Navy Blue. HEX triplet: 11, 7A and DA. RGB value is (17,122,218). Sum of RGB (Red+Green+Blue) = 17+122+218=357 (47% of max value = 765). Red value is 17 (7.03% from 255 or 4.76% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 218 (85.55% from 255 or 61.06% from 357); Max value from RGB is 218 - color contains mainly: blue. Hex color #117ADA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ADA is #EE8525. Grayscale: #656565. Windows color (decimal): -15631654 or 14318097. OLE color: 14318097.

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

Color convert

RGB 17 122 218 -
CMYK 0.92 0.44 0 0.15
HSL 208.66º 0.86% 0.46% -
HSV(B) 208.66º 0.92% 0.85% -
XYZ 19.85 19.1 68.97 -
YUV 101.55 193.71 67.69 -
System Red Green Blue C M Y K H S L
Decimal 17 122 218 0.92 0.44 0 0.15 208.66 0.86 0.46
Hex 11 7A DA 5C 2C 0 F D1 56 2E
Octal 21 172 332 134 54 0 17 321 126 56
Binary 10001 1111010 11011010 1011100 101100 0 1111 11010001 1010110 101110

Color Harmonies of #117ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ADA

Black with #117ADA

Text Example


Text Example

White with #117ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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