#105EAA

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

Shades of Denim #105EAA

Tints of Denim #105EAA

Color information

#105EAA (or 0x105EAA) is unknown color: approx Denim. HEX triplet: 10, 5E and AA. RGB value is (16,94,170). Sum of RGB (Red+Green+Blue) = 16+94+170=280 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #105EAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105EAA is #EFA155. Grayscale: #4E4E4E. Windows color (decimal): -15704406 or 11165200. OLE color: 11165200.

HSL color Cylindrical-coordinate representation of color #105EAA: hue angle of 209.61º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105EAA is Cyan = 0.91, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1694170-
CMYK0.910.4500.33
HSL209.61º82.8%36.47%-
HSV(B)209.61º90.59%66.67%-
XYZ11.4711.0239.55-
YUV79.34179.1682.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.71%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=5.71%
G=33.57%
B=60.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16941700.910.4500.33209.6182.836.47
Hex105EAA5B2D021d25324
Octal201362521335504132212344
Binary1000010111101010101010110111011010100001110100101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,94,170); }

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

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

 a { background-color: rgb(16,94,170); }

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

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

 span { border-color: rgb(16,94,170); }

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