#105FAA

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

Shades of Denim #105FAA

Tints of Denim #105FAA

Color information

#105FAA (or 0x105FAA) is unknown color: approx Denim. HEX triplet: 10, 5F and AA. RGB value is (16,95,170). Sum of RGB (Red+Green+Blue) = 16+95+170=281 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.69% from 281); Green value is 95 (37.5% from 255 or 33.81% from 281); Blue value is 170 (66.80% from 255 or 60.50% from 281); Max value from RGB is 170 - color contains mainly: blue. Hex color #105FAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105FAA is #EFA055. Grayscale: #4F4F4F. Windows color (decimal): -15704150 or 11165456. OLE color: 11165456.

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

Color convert

RGB1695170-
CMYK0.910.4400.33
HSL209.22º82.8%36.47%-
HSV(B)209.22º90.59%66.67%-
XYZ11.5611.239.58-
YUV79.93178.8382.4-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.69%
GREEN value IS 95 (37.5% from 255) = 33.81%
BLUE value IS 170 (66.80% from 255) = 60.50%
R=5.69%
G=33.81%
B=60.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal16951700.910.4400.33209.2282.836.47
Hex105FAA5B2C021d15324
Octal201372521335404132112344
Binary1000010111111010101010110111011000100001110100011010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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