Html Css Color HEX #117AD0 Navy Blue

📋 copy color: '#117AD0'

red 17 ◦ green 122 ◦ blue 208

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

Shades of Navy Blue #117AD0

Tints of Navy Blue #117AD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 59.94%

R = 4.9%
G = 35.16%
B = 59.94%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#117AD0 (or 0x117AD0) is known color: Navy Blue. HEX triplet: 11, 7A and D0. RGB value is (17,122,208). Sum of RGB (Red+Green+Blue) = 17+122+208=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 122 (48.05% from 255 or 35.16% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #117AD0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AD0 is #EE852F. Grayscale: #636363. Windows color (decimal): -15631664 or 13662737. OLE color: 13662737.

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

Color convert

RGB 17 122 208 -
CMYK 0.92 0.41 0 0.18
HSL 207.02º 0.85% 0.44% -
HSV(B) 207.02º 0.92% 0.82% -
XYZ 18.58 18.59 62.28 -
YUV 100.41 188.71 68.51 -
System Red Green Blue C M Y K H S L
Decimal 17 122 208 0.92 0.41 0 0.18 207.02 0.85 0.44
Hex 11 7A D0 5C 29 0 12 CF 55 2C
Octal 21 172 320 134 51 0 22 317 125 54
Binary 10001 1111010 11010000 1011100 101001 0 10010 11001111 1010101 101100

Color Harmonies of #117AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AD0

Black with #117AD0

Text Example


Text Example

White with #117AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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