#165CB1

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

Shades of Denim #165CB1

Tints of Denim #165CB1

Color information

#165CB1 (or 0x165CB1) is unknown color: approx Denim. HEX triplet: 16, 5C and B1. RGB value is (22,92,177). Sum of RGB (Red+Green+Blue) = 22+92+177=291 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.56% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 177 (69.53% from 255 or 60.82% from 291); Max value from RGB is 177 - color contains mainly: blue. Hex color #165CB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CB1 is #E9A34E. Grayscale: #505050. Windows color (decimal): -15311695 or 11623446. OLE color: 11623446.

HSL color Cylindrical-coordinate representation of color #165CB1: hue angle of 212.9º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #165CB1 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2292177-
CMYK0.880.4800.31
HSL212.9º77.89%39.02%-
HSV(B)212.9º87.57%69.41%-
XYZ12.091143.08-
YUV80.76182.3186.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.56%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 177 (69.53% from 255) = 60.82%
R=7.56%
G=31.62%
B=60.82%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22921770.880.4800.31212.977.8939.02
Hex165CB1583001Fd54e27
Octal261342611306003732511647
Binary101101011100101100011011000110000011111110101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165CB1; }

 p { color: rgb(22,92,177); }

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

<style>
 a { background-color: #165CB1; }

 a { background-color: rgb(22,92,177); }

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

<style>
 span { border-color: #165CB1; }

 span { border-color: rgb(22,92,177); }

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