Html Css Color HEX #117AC1 Denim

📋 copy color: '#117AC1'

red 17 ◦ green 122 ◦ blue 193

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

Shades of Denim #117AC1

Tints of Denim #117AC1

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 5.12%
G = 36.75%
B = 58.13%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#117AC1 (or 0x117AC1) is known color: Denim. HEX triplet: 11, 7A and C1. RGB value is (17,122,193). Sum of RGB (Red+Green+Blue) = 17+122+193=332 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.12% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #117AC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117AC1 is #EE853E. Grayscale: #626262. Windows color (decimal): -15631679 or 12679697. OLE color: 12679697.

HSL color Cylindrical-coordinate representation of color #117AC1: hue angle of 204.2º 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 #117AC1 is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 17 122 193 -
CMYK 0.91 0.37 0 0.24
HSL 204.2º 0.84% 0.41% -
HSV(B) 204.2º 0.91% 0.76% -
XYZ 16.82 17.89 53.02 -
YUV 98.7 181.21 69.73 -
System Red Green Blue C M Y K H S L
Decimal 17 122 193 0.91 0.37 0 0.24 204.2 0.84 0.41
Hex 11 7A C1 5B 25 0 18 CC 54 29
Octal 21 172 301 133 45 0 30 314 124 51
Binary 10001 1111010 11000001 1011011 100101 0 11000 11001100 1010100 101001

Color Harmonies of #117AC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117AC1

Black with #117AC1

Text Example


Text Example

White with #117AC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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