Html Css Color HEX #117FCD Navy Blue

📋 copy color: '#117FCD'

red 17 ◦ green 127 ◦ blue 205

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

Shades of Navy Blue #117FCD

Tints of Navy Blue #117FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 58.74%

R = 4.87%
G = 36.39%
B = 58.74%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#117FCD (or 0x117FCD) is known color: Navy Blue. HEX triplet: 11, 7F and CD. RGB value is (17,127,205). Sum of RGB (Red+Green+Blue) = 17+127+205=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 127 (50% from 255 or 36.39% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #117FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FCD is #EE8032. Grayscale: #666666. Windows color (decimal): -15630387 or 13467409. OLE color: 13467409.

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

Color convert

RGB 17 127 205 -
CMYK 0.92 0.38 0 0.20
HSL 204.89º 0.85% 0.44% -
HSV(B) 204.89º 0.92% 0.8% -
XYZ 18.84 19.71 60.57 -
YUV 103 185.56 66.66 -
System Red Green Blue C M Y K H S L
Decimal 17 127 205 0.92 0.38 0 0.20 204.89 0.85 0.44
Hex 11 7F CD 5C 26 0 14 CD 55 2C
Octal 21 177 315 134 46 0 24 315 125 54
Binary 10001 1111111 11001101 1011100 100110 0 10100 11001101 1010101 101100

Color Harmonies of #117FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FCD

Black with #117FCD

Text Example


Text Example

White with #117FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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