Html Css Color HEX #117FCE Navy Blue

📋 copy color: '#117FCE'

red 17 ◦ green 127 ◦ blue 206

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

Shades of Navy Blue #117FCE

Tints of Navy Blue #117FCE

RGB

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

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

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

R = 4.86%
G = 36.29%
B = 58.86%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#117FCE (or 0x117FCE) is known color: Navy Blue. HEX triplet: 11, 7F and CE. RGB value is (17,127,206). Sum of RGB (Red+Green+Blue) = 17+127+206=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 206 (80.86% from 255 or 58.86% from 350); Max value from RGB is 206 - color contains mainly: blue. Hex color #117FCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FCE is #EE8031. Grayscale: #666666. Windows color (decimal): -15630386 or 13532945. OLE color: 13532945.

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

Color convert

RGB 17 127 206 -
CMYK 0.92 0.38 0 0.19
HSL 205.08º 0.85% 0.44% -
HSV(B) 205.08º 0.92% 0.81% -
XYZ 18.96 19.75 61.21 -
YUV 103.12 186.06 66.58 -
System Red Green Blue C M Y K H S L
Decimal 17 127 206 0.92 0.38 0 0.19 205.08 0.85 0.44
Hex 11 7F CE 5C 26 0 13 CD 55 2C
Octal 21 177 316 134 46 0 23 315 125 54
Binary 10001 1111111 11001110 1011100 100110 0 10011 11001101 1010101 101100

Color Harmonies of #117FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117FCE

Black with #117FCE

Text Example


Text Example

White with #117FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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