Html Css Color HEX #1153CE Denim

📋 copy color: '#1153CE'

red 17 ◦ green 83 ◦ blue 206

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

Shades of Denim #1153CE

Tints of Denim #1153CE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.12%

 BLUE value IS 206 (80.86% from 255) = 67.32%

R = 5.56%
G = 27.12%
B = 67.32%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1153CE (or 0x1153CE) is known color: Denim. HEX triplet: 11, 53 and CE. RGB value is (17,83,206). Sum of RGB (Red+Green+Blue) = 17+83+206=306 (40% of max value = 765). Red value is 17 (7.03% from 255 or 5.56% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #1153CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1153CE is #EEAC31. Grayscale: #4C4C4C. Windows color (decimal): -15641650 or 13521681. OLE color: 13521681.

HSL color Cylindrical-coordinate representation of color #1153CE: hue angle of 219.05º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1153CE is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 17 83 206 -
CMYK 0.92 0.60 0 0.19
HSL 219.05º 0.85% 0.44% -
HSV(B) 219.05º 0.92% 0.81% -
XYZ 14.47 10.76 59.71 -
YUV 77.29 200.63 85 -
System Red Green Blue C M Y K H S L
Decimal 17 83 206 0.92 0.60 0 0.19 219.05 0.85 0.44
Hex 11 53 CE 5C 3C 0 13 DB 55 2C
Octal 21 123 316 134 74 0 23 333 125 54
Binary 10001 1010011 11001110 1011100 111100 0 10011 11011011 1010101 101100

Color Harmonies of #1153CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1153CE

Black with #1153CE

Text Example


Text Example

White with #1153CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1153CE; }

 p { color: rgb(17,83,206); }

 H1.HeaderClassName
 {
   color: #1153CE;
 }
 .AnyTagClassName
 {
   color: #1153CE;
 }
</style>

background-color css

<style>
 a { background-color: #1153CE; }

 a { background-color: rgb(17,83,206); }

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

border-color css

<style>
 span { border-color: #1153CE; }

 span { border-color: rgb(17,83,206); }

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