#1167B1

Color #1167B1 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1167B1

Tints of Denim #1167B1

Color information

#1167B1 (or 0x1167B1) is unknown color: approx Denim. HEX triplet: 11, 67 and B1. RGB value is (17,103,177). Sum of RGB (Red+Green+Blue) = 17+103+177=297 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.72% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 177 (69.53% from 255 or 59.60% from 297); Max value from RGB is 177 - color contains mainly: blue. Hex color #1167B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1167B1 is #EE984E. Grayscale: #555555. Windows color (decimal): -15636559 or 11626257. OLE color: 11626257.

HSL color Cylindrical-coordinate representation of color #1167B1: hue angle of 207.75º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1167B1 is Cyan = 0.90, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17103177-
CMYK0.900.4200.31
HSL207.75º82.47%38.04%-
HSV(B)207.75º90.4%69.41%-
XYZ13.0212.9943.42-
YUV85.72179.5178.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.72%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 177 (69.53% from 255) = 59.60%
R=5.72%
G=34.68%
B=59.60%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171031770.900.4200.31207.7582.4738.04
Hex1167B15A2A01Fd05226
Octal211472611325203732012246
Binary100011100111101100011011010101010011111110100001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1167B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1167B1; }

 p { color: rgb(17,103,177); }

 H1.HeaderClassName
 {
   color: #1167B1;
 }
 .AnyTagClassName
 {
   color: #1167B1;
 }
</style>
background-color css

<style>
 a { background-color: #1167B1; }

 a { background-color: rgb(17,103,177); }

 div.DivClassName
 {
   background-color: #1167B1;
 }
 .BgClassName
 {
   background-color: #1167B1;
 }
</style>
border-color css

<style>
 span { border-color: #1167B1; }

 span { border-color: rgb(17,103,177); }

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