Html Css Color HEX #1150CD Denim

📋 copy color: '#1150CD'

red 17 ◦ green 80 ◦ blue 205

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

Shades of Denim #1150CD

Tints of Denim #1150CD

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 5.63%
G = 26.49%
B = 67.88%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1150CD (or 0x1150CD) is known color: Denim. HEX triplet: 11, 50 and CD. RGB value is (17,80,205). Sum of RGB (Red+Green+Blue) = 17+80+205=302 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.63% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 205 (80.47% from 255 or 67.88% from 302); Max value from RGB is 205 - color contains mainly: blue. Hex color #1150CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150CD is #EEAF32. Grayscale: #4A4A4A. Windows color (decimal): -15642419 or 13455377. OLE color: 13455377.

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

Color convert

RGB 17 80 205 -
CMYK 0.92 0.61 0 0.20
HSL 219.89º 0.85% 0.44% -
HSV(B) 219.89º 0.92% 0.8% -
XYZ 14.12 10.26 58.99 -
YUV 75.41 201.13 86.34 -
System Red Green Blue C M Y K H S L
Decimal 17 80 205 0.92 0.61 0 0.20 219.89 0.85 0.44
Hex 11 50 CD 5C 3D 0 14 DC 55 2C
Octal 21 120 315 134 75 0 24 334 125 54
Binary 10001 1010000 11001101 1011100 111101 0 10100 11011100 1010101 101100

Color Harmonies of #1150CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150CD

Black with #1150CD

Text Example


Text Example

White with #1150CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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