Html Css Color HEX #117ACE Navy Blue

📋 copy color: '#117ACE'

red 17 ◦ green 122 ◦ blue 206

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

Shades of Navy Blue #117ACE

Tints of Navy Blue #117ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 59.71%

R = 4.93%
G = 35.36%
B = 59.71%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#117ACE (or 0x117ACE) is known color: Navy Blue. HEX triplet: 11, 7A and CE. RGB value is (17,122,206). Sum of RGB (Red+Green+Blue) = 17+122+206=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 122 (48.05% from 255 or 35.36% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #117ACE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117ACE is #EE8531. Grayscale: #636363. Windows color (decimal): -15631666 or 13531665. OLE color: 13531665.

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

Color convert

RGB 17 122 206 -
CMYK 0.92 0.41 0 0.19
HSL 206.67º 0.85% 0.44% -
HSV(B) 206.67º 0.92% 0.81% -
XYZ 18.33 18.49 61 -
YUV 100.18 187.71 68.67 -
System Red Green Blue C M Y K H S L
Decimal 17 122 206 0.92 0.41 0 0.19 206.67 0.85 0.44
Hex 11 7A CE 5C 29 0 13 CF 55 2C
Octal 21 172 316 134 51 0 23 317 125 54
Binary 10001 1111010 11001110 1011100 101001 0 10011 11001111 1010101 101100

Color Harmonies of #117ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117ACE

Black with #117ACE

Text Example


Text Example

White with #117ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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