Html Css Color HEX #1165CD Denim

📋 copy color: '#1165CD'

red 17 ◦ green 101 ◦ blue 205

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

Shades of Denim #1165CD

Tints of Denim #1165CD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.27%

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

R = 5.26%
G = 31.27%
B = 63.47%

CMYK

 C value IS 0.92

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1165CD (or 0x1165CD) is known color: Denim. HEX triplet: 11, 65 and CD. RGB value is (17,101,205). Sum of RGB (Red+Green+Blue) = 17+101+205=323 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.26% from 323); Green value is 101 (39.84% from 255 or 31.27% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #1165CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1165CD is #EE9A32. Grayscale: #575757. Windows color (decimal): -15637043 or 13460753. OLE color: 13460753.

HSL color Cylindrical-coordinate representation of color #1165CD: hue angle of 213.19º 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 #1165CD is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 17 101 205 -
CMYK 0.92 0.51 0 0.20
HSL 213.19º 0.85% 0.44% -
HSV(B) 213.19º 0.92% 0.8% -
XYZ 15.9 13.83 59.59 -
YUV 87.74 194.17 77.54 -
System Red Green Blue C M Y K H S L
Decimal 17 101 205 0.92 0.51 0 0.20 213.19 0.85 0.44
Hex 11 65 CD 5C 33 0 14 D5 55 2C
Octal 21 145 315 134 63 0 24 325 125 54
Binary 10001 1100101 11001101 1011100 110011 0 10100 11010101 1010101 101100

Color Harmonies of #1165CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1165CD

Black with #1165CD

Text Example


Text Example

White with #1165CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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