#105EB6

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

Shades of Denim #105EB6

Tints of Denim #105EB6

Color information

#105EB6 (or 0x105EB6) is unknown color: approx Denim. HEX triplet: 10, 5E and B6. RGB value is (16,94,182). Sum of RGB (Red+Green+Blue) = 16+94+182=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 182 (71.48% from 255 or 62.33% from 292); Max value from RGB is 182 - color contains mainly: blue. Hex color #105EB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105EB6 is #EFA149. Grayscale: #505050. Windows color (decimal): -15704394 or 11951632. OLE color: 11951632.

HSL color Cylindrical-coordinate representation of color #105EB6: hue angle of 211.81º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105EB6 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1694182-
CMYK0.910.4800.29
HSL211.81º83.84%38.82%-
HSV(B)211.81º91.21%71.37%-
XYZ12.6611.4945.81-
YUV80.71185.1681.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.48%
GREEN value IS 94 (37.11% from 255) = 32.19%
BLUE value IS 182 (71.48% from 255) = 62.33%
R=5.48%
G=32.19%
B=62.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16941820.910.4800.29211.8183.8438.82
Hex105EB65B3001Dd45427
Octal201362661336003532412447
Binary100001011110101101101011011110000011101110101001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105EB6; }

 p { color: rgb(16,94,182); }

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

<style>
 a { background-color: #105EB6; }

 a { background-color: rgb(16,94,182); }

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

<style>
 span { border-color: #105EB6; }

 span { border-color: rgb(16,94,182); }

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