Html Css Color HEX #1171BC Denim

📋 copy color: '#1171BC'

red 17 ◦ green 113 ◦ blue 188

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

Shades of Denim #1171BC

Tints of Denim #1171BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.53%

 BLUE value IS 188 (73.83% from 255) = 59.12%

R = 5.35%
G = 35.53%
B = 59.12%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1171BC (or 0x1171BC) is known color: Denim. HEX triplet: 11, 71 and BC. RGB value is (17,113,188). Sum of RGB (Red+Green+Blue) = 17+113+188=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 188 (73.83% from 255 or 59.12% from 318); Max value from RGB is 188 - color contains mainly: blue. Hex color #1171BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1171BC is #EE8E43. Grayscale: #5C5C5C. Windows color (decimal): -15633988 or 12349713. OLE color: 12349713.

HSL color Cylindrical-coordinate representation of color #1171BC: hue angle of 206.32º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1171BC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 113 188 -
CMYK 0.91 0.40 0 0.26
HSL 206.32º 0.83% 0.4% -
HSV(B) 206.32º 0.91% 0.74% -
XYZ 15.21 15.56 49.78 -
YUV 92.85 181.7 73.9 -
System Red Green Blue C M Y K H S L
Decimal 17 113 188 0.91 0.40 0 0.26 206.32 0.83 0.4
Hex 11 71 BC 5B 28 0 1A CE 53 28
Octal 21 161 274 133 50 0 32 316 123 50
Binary 10001 1110001 10111100 1011011 101000 0 11010 11001110 1010011 101000

Color Harmonies of #1171BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1171BC

Black with #1171BC

Text Example


Text Example

White with #1171BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1171BC; }

 p { color: rgb(17,113,188); }

 H1.HeaderClassName
 {
   color: #1171BC;
 }
 .AnyTagClassName
 {
   color: #1171BC;
 }
</style>

background-color css

<style>
 a { background-color: #1171BC; }

 a { background-color: rgb(17,113,188); }

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

border-color css

<style>
 span { border-color: #1171BC; }

 span { border-color: rgb(17,113,188); }

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