#105AA4

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

Shades of Denim #105AA4

Tints of Denim #105AA4

Color information

#105AA4 (or 0x105AA4) is unknown color: approx Denim. HEX triplet: 10, 5A and A4. RGB value is (16,90,164). Sum of RGB (Red+Green+Blue) = 16+90+164=270 (35% of max value = 765). Red value is 16 (6.64% from 255 or 5.93% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 164 (64.45% from 255 or 60.74% from 270); Max value from RGB is 164 - color contains mainly: blue. Hex color #105AA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105AA4 is #EFA55B. Grayscale: #4B4B4B. Windows color (decimal): -15705436 or 10770960. OLE color: 10770960.

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

Color convert

RGB1690164-
CMYK0.900.4500.36
HSL210º82.22%35.29%-
HSV(B)210º90.24%64.31%-
XYZ10.5710.136.51-
YUV76.31177.4884.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.93%
GREEN value IS 90 (35.55% from 255) = 33.33%
BLUE value IS 164 (64.45% from 255) = 60.74%
R=5.93%
G=33.33%
B=60.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16901640.900.4500.3621082.2235.29
Hex105AA45A2D024d25223
Octal201322441325504432212243
Binary1000010110101010010010110101011010100100110100101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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