Html Css Color HEX #1163BE Denim

📋 copy color: '#1163BE'

red 17 ◦ green 99 ◦ blue 190

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

Shades of Denim #1163BE

Tints of Denim #1163BE

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.35%

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

R = 5.56%
G = 32.35%
B = 62.09%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1163BE (or 0x1163BE) is known color: Denim. HEX triplet: 11, 63 and BE. RGB value is (17,99,190). Sum of RGB (Red+Green+Blue) = 17+99+190=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 190 (74.61% from 255 or 62.09% from 306); Max value from RGB is 190 - color contains mainly: blue. Hex color #1163BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163BE is #EE9C41. Grayscale: #545454. Windows color (decimal): -15637570 or 12477201. OLE color: 12477201.

HSL color Cylindrical-coordinate representation of color #1163BE: hue angle of 211.56º 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 #1163BE is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 99 190 -
CMYK 0.91 0.48 0 0.25
HSL 211.56º 0.84% 0.41% -
HSV(B) 211.56º 0.91% 0.75% -
XYZ 13.99 12.76 50.44 -
YUV 84.86 187.33 79.6 -
System Red Green Blue C M Y K H S L
Decimal 17 99 190 0.91 0.48 0 0.25 211.56 0.84 0.41
Hex 11 63 BE 5B 30 0 19 D4 54 29
Octal 21 143 276 133 60 0 31 324 124 51
Binary 10001 1100011 10111110 1011011 110000 0 11001 11010100 1010100 101001

Color Harmonies of #1163BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163BE

Black with #1163BE

Text Example


Text Example

White with #1163BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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