Html Css Color HEX #117AD6 Navy Blue

📋 copy color: '#117AD6'

red 17 ◦ green 122 ◦ blue 214

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

Shades of Navy Blue #117AD6

Tints of Navy Blue #117AD6

RGB

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

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

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

R = 4.82%
G = 34.56%
B = 60.62%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#117AD6 (or 0x117AD6) is known color: Navy Blue. HEX triplet: 11, 7A and D6. RGB value is (17,122,214). Sum of RGB (Red+Green+Blue) = 17+122+214=353 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.82% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 214 (83.98% from 255 or 60.62% from 353); Max value from RGB is 214 - color contains mainly: blue. Hex color #117AD6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AD6 is #EE8529. Grayscale: #646464. Windows color (decimal): -15631658 or 14055953. OLE color: 14055953.

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

Color convert

RGB 17 122 214 -
CMYK 0.92 0.43 0 0.16
HSL 208.02º 0.85% 0.45% -
HSV(B) 208.02º 0.92% 0.84% -
XYZ 19.33 18.89 66.25 -
YUV 101.09 191.71 68.02 -
System Red Green Blue C M Y K H S L
Decimal 17 122 214 0.92 0.43 0 0.16 208.02 0.85 0.45
Hex 11 7A D6 5C 2B 0 10 D0 55 2D
Octal 21 172 326 134 53 0 20 320 125 55
Binary 10001 1111010 11010110 1011100 101011 0 10000 11010000 1010101 101101

Color Harmonies of #117AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AD6

Black with #117AD6

Text Example


Text Example

White with #117AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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