#105AB4

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

Shades of Denim #105AB4

Tints of Denim #105AB4

Color information

#105AB4 (or 0x105AB4) is unknown color: approx Denim. HEX triplet: 10, 5A and B4. RGB value is (16,90,180). Sum of RGB (Red+Green+Blue) = 16+90+180=286 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.59% from 286); Green value is 90 (35.55% from 255 or 31.47% from 286); Blue value is 180 (70.70% from 255 or 62.94% from 286); Max value from RGB is 180 - color contains mainly: blue. Hex color #105AB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AB4 is #EFA54B. Grayscale: #4D4D4D. Windows color (decimal): -15705420 or 11819536. OLE color: 11819536.

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

Color convert

RGB1690180-
CMYK0.910.5000.29
HSL212.93º83.67%38.43%-
HSV(B)212.93º91.11%70.59%-
XYZ12.1110.7244.61-
YUV78.13185.4883.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.59%
GREEN value IS 90 (35.55% from 255) = 31.47%
BLUE value IS 180 (70.70% from 255) = 62.94%
R=5.59%
G=31.47%
B=62.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal16901800.910.5000.29212.9383.6738.43
Hex105AB45B3201Dd55426
Octal201322641336203532512446
Binary100001011010101101001011011110010011101110101011010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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