#105DAD

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

Shades of Denim #105DAD

Tints of Denim #105DAD

Color information

#105DAD (or 0x105DAD) is unknown color: approx Denim. HEX triplet: 10, 5D and AD. RGB value is (16,93,173). Sum of RGB (Red+Green+Blue) = 16+93+173=282 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.67% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #105DAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105DAD is #EFA252. Grayscale: #4E4E4E. Windows color (decimal): -15704659 or 11361552. OLE color: 11361552.

HSL color Cylindrical-coordinate representation of color #105DAD: hue angle of 210.57º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #105DAD is Cyan = 0.91, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1693173-
CMYK0.910.4600.32
HSL210.57º83.07%37.06%-
HSV(B)210.57º90.75%67.84%-
XYZ11.6710.9641.03-
YUV79.1180.9983-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.67%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=5.67%
G=32.98%
B=61.35%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal16931730.910.4600.32210.5783.0737.06
Hex105DAD5B2E020d35325
Octal201352551335604032312345
Binary1000010111011010110110110111011100100000110100111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,93,173); }

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

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

 a { background-color: rgb(16,93,173); }

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

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

 span { border-color: rgb(16,93,173); }

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