Html Css Color HEX #1150C4 Denim

📋 copy color: '#1150C4'

red 17 ◦ green 80 ◦ blue 196

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

Shades of Denim #1150C4

Tints of Denim #1150C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 66.89%

R = 5.8%
G = 27.3%
B = 66.89%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1150C4 (or 0x1150C4) is known color: Denim. HEX triplet: 11, 50 and C4. RGB value is (17,80,196). Sum of RGB (Red+Green+Blue) = 17+80+196=293 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.80% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 196 (76.95% from 255 or 66.89% from 293); Max value from RGB is 196 - color contains mainly: blue. Hex color #1150C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1150C4 is #EEAF3B. Grayscale: #494949. Windows color (decimal): -15642428 or 12865553. OLE color: 12865553.

HSL color Cylindrical-coordinate representation of color #1150C4: hue angle of 218.88º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1150C4 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 17 80 196 -
CMYK 0.91 0.59 0 0.23
HSL 218.88º 0.84% 0.42% -
HSV(B) 218.88º 0.91% 0.77% -
XYZ 13.06 9.84 53.44 -
YUV 74.39 196.63 87.07 -
System Red Green Blue C M Y K H S L
Decimal 17 80 196 0.91 0.59 0 0.23 218.88 0.84 0.42
Hex 11 50 C4 5B 3B 0 17 DB 54 2A
Octal 21 120 304 133 73 0 27 333 124 52
Binary 10001 1010000 11000100 1011011 111011 0 10111 11011011 1010100 101010

Color Harmonies of #1150C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1150C4

Black with #1150C4

Text Example


Text Example

White with #1150C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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