Html Css Color HEX #117FC6 Navy Blue

📋 copy color: '#117FC6'

red 17 ◦ green 127 ◦ blue 198

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

Shades of Navy Blue #117FC6

Tints of Navy Blue #117FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 37.13%

 BLUE value IS 198 (77.73% from 255) = 57.89%

R = 4.97%
G = 37.13%
B = 57.89%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#117FC6 (or 0x117FC6) is known color: Navy Blue. HEX triplet: 11, 7F and C6. RGB value is (17,127,198). Sum of RGB (Red+Green+Blue) = 17+127+198=342 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.97% from 342); Green value is 127 (50% from 255 or 37.13% from 342); Blue value is 198 (77.73% from 255 or 57.89% from 342); Max value from RGB is 198 - color contains mainly: blue. Hex color #117FC6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FC6 is #EE8039. Grayscale: #656565. Windows color (decimal): -15630394 or 13008657. OLE color: 13008657.

HSL color Cylindrical-coordinate representation of color #117FC6: hue angle of 203.54º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117FC6 is Cyan = 0.91, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 17 127 198 -
CMYK 0.91 0.36 0 0.22
HSL 203.54º 0.84% 0.42% -
HSV(B) 203.54º 0.91% 0.78% -
XYZ 18.01 19.38 56.22 -
YUV 102.2 182.06 67.23 -
System Red Green Blue C M Y K H S L
Decimal 17 127 198 0.91 0.36 0 0.22 203.54 0.84 0.42
Hex 11 7F C6 5B 24 0 16 CC 54 2A
Octal 21 177 306 133 44 0 26 314 124 52
Binary 10001 1111111 11000110 1011011 100100 0 10110 11001100 1010100 101010

Color Harmonies of #117FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FC6

Black with #117FC6

Text Example


Text Example

White with #117FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,127,198); }

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

background-color css

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

 a { background-color: rgb(17,127,198); }

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

border-color css

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

 span { border-color: rgb(17,127,198); }

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