Html Css Color HEX #1168AE Denim

📋 copy color: '#1168AE'

red 17 ◦ green 104 ◦ blue 174

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

Shades of Denim #1168AE

Tints of Denim #1168AE

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.25%

 BLUE value IS 174 (68.36% from 255) = 58.98%

R = 5.76%
G = 35.25%
B = 58.98%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1168AE (or 0x1168AE) is known color: Denim. HEX triplet: 11, 68 and AE. RGB value is (17,104,174). Sum of RGB (Red+Green+Blue) = 17+104+174=295 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.76% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 174 (68.36% from 255 or 58.98% from 295); Max value from RGB is 174 - color contains mainly: blue. Hex color #1168AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1168AE is #EE9751. Grayscale: #555555. Windows color (decimal): -15636306 or 11429905. OLE color: 11429905.

HSL color Cylindrical-coordinate representation of color #1168AE: hue angle of 206.75º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1168AE is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 17 104 174 -
CMYK 0.90 0.40 0 0.32
HSL 206.75º 0.82% 0.37% -
HSV(B) 206.75º 0.9% 0.68% -
XYZ 12.82 13.08 41.89 -
YUV 85.97 177.68 78.81 -
System Red Green Blue C M Y K H S L
Decimal 17 104 174 0.90 0.40 0 0.32 206.75 0.82 0.37
Hex 11 68 AE 5A 28 0 20 CF 52 25
Octal 21 150 256 132 50 0 40 317 122 45
Binary 10001 1101000 10101110 1011010 101000 0 100000 11001111 1010010 100101

Color Harmonies of #1168AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168AE

Black with #1168AE

Text Example


Text Example

White with #1168AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1168AE; }

 p { color: rgb(17,104,174); }

 H1.HeaderClassName
 {
   color: #1168AE;
 }
 .AnyTagClassName
 {
   color: #1168AE;
 }
</style>

background-color css

<style>
 a { background-color: #1168AE; }

 a { background-color: rgb(17,104,174); }

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

border-color css

<style>
 span { border-color: #1168AE; }

 span { border-color: rgb(17,104,174); }

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