#165CB0

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

Shades of Denim #165CB0

Tints of Denim #165CB0

Color information

#165CB0 (or 0x165CB0) is unknown color: approx Denim. HEX triplet: 16, 5C and B0. RGB value is (22,92,176). Sum of RGB (Red+Green+Blue) = 22+92+176=290 (38% of max value = 765). Red value is 22 (8.98% from 255 or 7.59% from 290); Green value is 92 (36.33% from 255 or 31.72% from 290); Blue value is 176 (69.14% from 255 or 60.69% from 290); Max value from RGB is 176 - color contains mainly: blue. Hex color #165CB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165CB0 is #E9A34F. Grayscale: #505050. Windows color (decimal): -15311696 or 11557910. OLE color: 11557910.

HSL color Cylindrical-coordinate representation of color #165CB0: hue angle of 212.73º 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 #165CB0 is Cyan = 0.88, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2292176-
CMYK0.880.4800.31
HSL212.73º77.78%38.82%-
HSV(B)212.73º87.5%69.02%-
XYZ11.9910.9642.56-
YUV80.65181.8186.17-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.59%
GREEN value IS 92 (36.33% from 255) = 31.72%
BLUE value IS 176 (69.14% from 255) = 60.69%
R=7.59%
G=31.72%
B=60.69%

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
Decimal22921760.880.4800.31212.7377.7838.82
Hex165CB0583001Fd54e27
Octal261342601306003732511647
Binary101101011100101100001011000110000011111110101011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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