Html Css Color HEX #117CC8 Navy Blue

📋 copy color: '#117CC8'

red 17 ◦ green 124 ◦ blue 200

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

Shades of Navy Blue #117CC8

Tints of Navy Blue #117CC8

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.36%

 BLUE value IS 200 (78.52% from 255) = 58.65%

R = 4.99%
G = 36.36%
B = 58.65%

CMYK

 C value IS 0.92

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#117CC8 (or 0x117CC8) is known color: Navy Blue. HEX triplet: 11, 7C and C8. RGB value is (17,124,200). Sum of RGB (Red+Green+Blue) = 17+124+200=341 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.99% from 341); Green value is 124 (48.83% from 255 or 36.36% from 341); Blue value is 200 (78.52% from 255 or 58.65% from 341); Max value from RGB is 200 - color contains mainly: blue. Hex color #117CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117CC8 is #EE8337. Grayscale: #646464. Windows color (decimal): -15631160 or 13138961. OLE color: 13138961.

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

Color convert

RGB 17 124 200 -
CMYK 0.92 0.38 0 0.22
HSL 204.92º 0.84% 0.43% -
HSV(B) 204.92º 0.92% 0.78% -
XYZ 17.86 18.7 57.31 -
YUV 100.67 184.05 68.32 -
System Red Green Blue C M Y K H S L
Decimal 17 124 200 0.92 0.38 0 0.22 204.92 0.84 0.43
Hex 11 7C C8 5C 26 0 16 CD 54 2B
Octal 21 174 310 134 46 0 26 315 124 53
Binary 10001 1111100 11001000 1011100 100110 0 10110 11001101 1010100 101011

Color Harmonies of #117CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117CC8

Black with #117CC8

Text Example


Text Example

White with #117CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,124,200); }

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

background-color css

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

 a { background-color: rgb(17,124,200); }

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

border-color css

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

 span { border-color: rgb(17,124,200); }

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