#105AA5

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

Shades of Denim #105AA5

Tints of Denim #105AA5

Color information

#105AA5 (or 0x105AA5) is unknown color: approx Denim. HEX triplet: 10, 5A and A5. RGB value is (16,90,165). Sum of RGB (Red+Green+Blue) = 16+90+165=271 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.90% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 165 (64.84% from 255 or 60.89% from 271); Max value from RGB is 165 - color contains mainly: blue. Hex color #105AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AA5 is #EFA55A. Grayscale: #4C4C4C. Windows color (decimal): -15705435 or 10836496. OLE color: 10836496.

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

Color convert

RGB1690165-
CMYK0.900.4500.35
HSL210.2º82.32%35.49%-
HSV(B)210.2º90.3%64.71%-
XYZ10.6610.1436.99-
YUV76.42177.9884.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.90%
GREEN value IS 90 (35.55% from 255) = 33.21%
BLUE value IS 165 (64.84% from 255) = 60.89%
R=5.90%
G=33.21%
B=60.89%

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
Decimal16901650.900.4500.35210.282.3235.49
Hex105AA55A2D023d25223
Octal201322451325504332212243
Binary1000010110101010010110110101011010100011110100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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