Html Css Color HEX #1170BD Denim

📋 copy color: '#1170BD'

red 17 ◦ green 112 ◦ blue 189

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

Shades of Denim #1170BD

Tints of Denim #1170BD

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.22%

 BLUE value IS 189 (74.22% from 255) = 59.43%

R = 5.35%
G = 35.22%
B = 59.43%

CMYK

 C value IS 0.91

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1170BD (or 0x1170BD) is known color: Denim. HEX triplet: 11, 70 and BD. RGB value is (17,112,189). Sum of RGB (Red+Green+Blue) = 17+112+189=318 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.35% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #1170BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1170BD is #EE8F42. Grayscale: #5B5B5B. Windows color (decimal): -15634243 or 12414993. OLE color: 12414993.

HSL color Cylindrical-coordinate representation of color #1170BD: hue angle of 206.86º 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 #1170BD is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 17 112 189 -
CMYK 0.91 0.41 0 0.26
HSL 206.86º 0.83% 0.4% -
HSV(B) 206.86º 0.91% 0.74% -
XYZ 15.21 15.38 50.31 -
YUV 92.37 182.53 74.24 -
System Red Green Blue C M Y K H S L
Decimal 17 112 189 0.91 0.41 0 0.26 206.86 0.83 0.4
Hex 11 70 BD 5B 29 0 1A CF 53 28
Octal 21 160 275 133 51 0 32 317 123 50
Binary 10001 1110000 10111101 1011011 101001 0 11010 11001111 1010011 101000

Color Harmonies of #1170BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1170BD

Black with #1170BD

Text Example


Text Example

White with #1170BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1170BD; }

 p { color: rgb(17,112,189); }

 H1.HeaderClassName
 {
   color: #1170BD;
 }
 .AnyTagClassName
 {
   color: #1170BD;
 }
</style>

background-color css

<style>
 a { background-color: #1170BD; }

 a { background-color: rgb(17,112,189); }

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

border-color css

<style>
 span { border-color: #1170BD; }

 span { border-color: rgb(17,112,189); }

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