Html Css Color HEX #116AC9 Denim

📋 copy color: '#116AC9'

red 17 ◦ green 106 ◦ blue 201

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

Shades of Denim #116AC9

Tints of Denim #116AC9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.72%

 BLUE value IS 201 (78.91% from 255) = 62.04%

R = 5.25%
G = 32.72%
B = 62.04%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#116AC9 (or 0x116AC9) is known color: Denim. HEX triplet: 11, 6A and C9. RGB value is (17,106,201). Sum of RGB (Red+Green+Blue) = 17+106+201=324 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.25% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 201 (78.91% from 255 or 62.04% from 324); Max value from RGB is 201 - color contains mainly: blue. Hex color #116AC9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #116AC9 is #EE9536. Grayscale: #595959. Windows color (decimal): -15635767 or 13199889. OLE color: 13199889.

HSL color Cylindrical-coordinate representation of color #116AC9: hue angle of 210.98º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #116AC9 is Cyan = 0.92, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 17 106 201 -
CMYK 0.92 0.47 0 0.21
HSL 210.98º 0.84% 0.43% -
HSV(B) 210.98º 0.92% 0.79% -
XYZ 15.93 14.64 57.25 -
YUV 90.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 17 106 201 0.92 0.47 0 0.21 210.98 0.84 0.43
Hex 11 6A C9 5C 2F 0 15 D3 54 2B
Octal 21 152 311 134 57 0 25 323 124 53
Binary 10001 1101010 11001001 1011100 101111 0 10101 11010011 1010100 101011

Color Harmonies of #116AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #116AC9

Black with #116AC9

Text Example


Text Example

White with #116AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #116AC9; }

 p { color: rgb(17,106,201); }

 H1.HeaderClassName
 {
   color: #116AC9;
 }
 .AnyTagClassName
 {
   color: #116AC9;
 }
</style>

background-color css

<style>
 a { background-color: #116AC9; }

 a { background-color: rgb(17,106,201); }

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

border-color css

<style>
 span { border-color: #116AC9; }

 span { border-color: rgb(17,106,201); }

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