Html Css Color HEX #117BC1 Navy Blue

📋 copy color: '#117BC1'

red 17 ◦ green 123 ◦ blue 193

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

Shades of Navy Blue #117BC1

Tints of Navy Blue #117BC1

RGB

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

 GREEN value IS 123 (48.44% from 255) = 36.94%

 BLUE value IS 193 (75.78% from 255) = 57.96%

R = 5.11%
G = 36.94%
B = 57.96%

CMYK

 C value IS 0.91

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#117BC1 (or 0x117BC1) is known color: Navy Blue. HEX triplet: 11, 7B and C1. RGB value is (17,123,193). Sum of RGB (Red+Green+Blue) = 17+123+193=333 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.11% from 333); Green value is 123 (48.44% from 255 or 36.94% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #117BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117BC1 is #EE843E. Grayscale: #626262. Windows color (decimal): -15631423 or 12679953. OLE color: 12679953.

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

Color convert

RGB 17 123 193 -
CMYK 0.91 0.36 0 0.24
HSL 203.86º 0.84% 0.41% -
HSV(B) 203.86º 0.91% 0.76% -
XYZ 16.94 18.14 53.06 -
YUV 99.29 180.88 69.31 -
System Red Green Blue C M Y K H S L
Decimal 17 123 193 0.91 0.36 0 0.24 203.86 0.84 0.41
Hex 11 7B C1 5B 24 0 18 CC 54 29
Octal 21 173 301 133 44 0 30 314 124 51
Binary 10001 1111011 11000001 1011011 100100 0 11000 11001100 1010100 101001

Color Harmonies of #117BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117BC1

Black with #117BC1

Text Example


Text Example

White with #117BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,193); }

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

background-color css

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

 a { background-color: rgb(17,123,193); }

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

border-color css

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

 span { border-color: rgb(17,123,193); }

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