Html Css Color HEX #1173BE Denim

📋 copy color: '#1173BE'

red 17 ◦ green 115 ◦ blue 190

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

Shades of Denim #1173BE

Tints of Denim #1173BE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.71%

 BLUE value IS 190 (74.61% from 255) = 59.01%

R = 5.28%
G = 35.71%
B = 59.01%

CMYK

 C value IS 0.91

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1173BE (or 0x1173BE) is known color: Denim. HEX triplet: 11, 73 and BE. RGB value is (17,115,190). Sum of RGB (Red+Green+Blue) = 17+115+190=322 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.28% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 190 (74.61% from 255 or 59.01% from 322); Max value from RGB is 190 - color contains mainly: blue. Hex color #1173BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1173BE is #EE8C41. Grayscale: #5D5D5D. Windows color (decimal): -15633474 or 12481297. OLE color: 12481297.

HSL color Cylindrical-coordinate representation of color #1173BE: hue angle of 206.01º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1173BE is Cyan = 0.91, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 115 190 -
CMYK 0.91 0.39 0 0.25
HSL 206.01º 0.84% 0.41% -
HSV(B) 206.01º 0.91% 0.75% -
XYZ 15.66 16.1 51 -
YUV 94.25 182.03 72.9 -
System Red Green Blue C M Y K H S L
Decimal 17 115 190 0.91 0.39 0 0.25 206.01 0.84 0.41
Hex 11 73 BE 5B 27 0 19 CE 54 29
Octal 21 163 276 133 47 0 31 316 124 51
Binary 10001 1110011 10111110 1011011 100111 0 11001 11001110 1010100 101001

Color Harmonies of #1173BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1173BE

Black with #1173BE

Text Example


Text Example

White with #1173BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1173BE; }

 p { color: rgb(17,115,190); }

 H1.HeaderClassName
 {
   color: #1173BE;
 }
 .AnyTagClassName
 {
   color: #1173BE;
 }
</style>

background-color css

<style>
 a { background-color: #1173BE; }

 a { background-color: rgb(17,115,190); }

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

border-color css

<style>
 span { border-color: #1173BE; }

 span { border-color: rgb(17,115,190); }

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