#105AB6

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

Shades of Denim #105AB6

Tints of Denim #105AB6

Color information

#105AB6 (or 0x105AB6) is unknown color: approx Denim. HEX triplet: 10, 5A and B6. RGB value is (16,90,182). Sum of RGB (Red+Green+Blue) = 16+90+182=288 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.56% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 182 (71.48% from 255 or 63.19% from 288); Max value from RGB is 182 - color contains mainly: blue. Hex color #105AB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AB6 is #EFA549. Grayscale: #4D4D4D. Windows color (decimal): -15705418 or 11950608. OLE color: 11950608.

HSL color Cylindrical-coordinate representation of color #105AB6: hue angle of 213.25º 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 #105AB6 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1690182-
CMYK0.910.5100.29
HSL213.25º83.84%38.82%-
HSV(B)213.25º91.21%71.37%-
XYZ12.3110.845.69-
YUV78.36186.4883.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.56%
GREEN value IS 90 (35.55% from 255) = 31.25%
BLUE value IS 182 (71.48% from 255) = 63.19%
R=5.56%
G=31.25%
B=63.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16901820.910.5100.29213.2583.8438.82
Hex105AB65B3301Dd55427
Octal201322661336303532512447
Binary100001011010101101101011011110011011101110101011010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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