Html Css Color HEX #1175C4 Denim

📋 copy color: '#1175C4'

red 17 ◦ green 117 ◦ blue 196

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

Shades of Denim #1175C4

Tints of Denim #1175C4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 5.15%
G = 35.45%
B = 59.39%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#1175C4 (or 0x1175C4) is known color: Denim. HEX triplet: 11, 75 and C4. RGB value is (17,117,196). Sum of RGB (Red+Green+Blue) = 17+117+196=330 (43% of max value = 765). Red value is 17 (7.03% from 255 or 5.15% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 196 (76.95% from 255 or 59.39% from 330); Max value from RGB is 196 - color contains mainly: blue. Hex color #1175C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1175C4 is #EE8A3B. Grayscale: #5F5F5F. Windows color (decimal): -15632956 or 12875025. OLE color: 12875025.

HSL color Cylindrical-coordinate representation of color #1175C4: hue angle of 206.48º 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 #1175C4 is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 17 117 196 -
CMYK 0.91 0.40 0 0.23
HSL 206.48º 0.84% 0.42% -
HSV(B) 206.48º 0.91% 0.77% -
XYZ 16.56 16.83 54.6 -
YUV 96.11 184.37 71.58 -
System Red Green Blue C M Y K H S L
Decimal 17 117 196 0.91 0.40 0 0.23 206.48 0.84 0.42
Hex 11 75 C4 5B 28 0 17 CE 54 2A
Octal 21 165 304 133 50 0 27 316 124 52
Binary 10001 1110101 11000100 1011011 101000 0 10111 11001110 1010100 101010

Color Harmonies of #1175C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1175C4

Black with #1175C4

Text Example


Text Example

White with #1175C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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