#105BA6

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

Shades of Denim #105BA6

Tints of Denim #105BA6

Color information

#105BA6 (or 0x105BA6) is unknown color: approx Denim. HEX triplet: 10, 5B and A6. RGB value is (16,91,166). Sum of RGB (Red+Green+Blue) = 16+91+166=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 91 (35.94% from 255 or 33.33% from 273); Blue value is 166 (65.23% from 255 or 60.81% from 273); Max value from RGB is 166 - color contains mainly: blue. Hex color #105BA6 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105BA6 is #EFA459. Grayscale: #4C4C4C. Windows color (decimal): -15705178 or 10902288. OLE color: 10902288.

HSL color Cylindrical-coordinate representation of color #105BA6: hue angle of 210º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #105BA6 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1691166-
CMYK0.900.4500.35
HSL210º82.42%35.69%-
HSV(B)210º90.36%65.1%-
XYZ10.8410.3537.5-
YUV77.12178.1584.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.86%
GREEN value IS 91 (35.94% from 255) = 33.33%
BLUE value IS 166 (65.23% from 255) = 60.81%
R=5.86%
G=33.33%
B=60.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16911660.900.4500.3521082.4235.69
Hex105BA65A2D023d25224
Octal201332461325504332212244
Binary1000010110111010011010110101011010100011110100101010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,91,166); }

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

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

 a { background-color: rgb(16,91,166); }

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

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

 span { border-color: rgb(16,91,166); }

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