Html Css Color HEX #1168AB Denim

📋 copy color: '#1168AB'

red 17 ◦ green 104 ◦ blue 171

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

Shades of Denim #1168AB

Tints of Denim #1168AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 58.56%

R = 5.82%
G = 35.62%
B = 58.56%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1168AB (or 0x1168AB) is known color: Denim. HEX triplet: 11, 68 and AB. RGB value is (17,104,171). Sum of RGB (Red+Green+Blue) = 17+104+171=292 (38% of max value = 765). Red value is 17 (7.03% from 255 or 5.82% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #1168AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1168AB is #EE9754. Grayscale: #555555. Windows color (decimal): -15636309 or 11233297. OLE color: 11233297.

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

Color convert

RGB 17 104 171 -
CMYK 0.90 0.39 0 0.33
HSL 206.1º 0.82% 0.37% -
HSV(B) 206.1º 0.9% 0.67% -
XYZ 12.53 12.96 40.37 -
YUV 85.63 176.18 79.05 -
System Red Green Blue C M Y K H S L
Decimal 17 104 171 0.90 0.39 0 0.33 206.1 0.82 0.37
Hex 11 68 AB 5A 27 0 21 CE 52 25
Octal 21 150 253 132 47 0 41 316 122 45
Binary 10001 1101000 10101011 1011010 100111 0 100001 11001110 1010010 100101

Color Harmonies of #1168AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1168AB

Black with #1168AB

Text Example


Text Example

White with #1168AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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