Html Css Color HEX #1163CD Denim

📋 copy color: '#1163CD'

red 17 ◦ green 99 ◦ blue 205

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

Shades of Denim #1163CD

Tints of Denim #1163CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.86%

R = 5.3%
G = 30.84%
B = 63.86%

CMYK

 C value IS 0.92

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1163CD (or 0x1163CD) is known color: Denim. HEX triplet: 11, 63 and CD. RGB value is (17,99,205). Sum of RGB (Red+Green+Blue) = 17+99+205=321 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.30% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #1163CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1163CD is #EE9C32. Grayscale: #565656. Windows color (decimal): -15637555 or 13460241. OLE color: 13460241.

HSL color Cylindrical-coordinate representation of color #1163CD: hue angle of 213.83º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1163CD is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 99 205 -
CMYK 0.92 0.52 0 0.20
HSL 213.83º 0.85% 0.44% -
HSV(B) 213.83º 0.92% 0.8% -
XYZ 15.71 13.45 59.53 -
YUV 86.57 194.83 78.38 -
System Red Green Blue C M Y K H S L
Decimal 17 99 205 0.92 0.52 0 0.20 213.83 0.85 0.44
Hex 11 63 CD 5C 34 0 14 D6 55 2C
Octal 21 143 315 134 64 0 24 326 125 54
Binary 10001 1100011 11001101 1011100 110100 0 10100 11010110 1010101 101100

Color Harmonies of #1163CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1163CD

Black with #1163CD

Text Example


Text Example

White with #1163CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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