#105AC4

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

Shades of Denim #105AC4

Tints of Denim #105AC4

Color information

#105AC4 (or 0x105AC4) is unknown color: approx Denim. HEX triplet: 10, 5A and C4. RGB value is (16,90,196). Sum of RGB (Red+Green+Blue) = 16+90+196=302 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.30% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 196 (76.95% from 255 or 64.90% from 302); Max value from RGB is 196 - color contains mainly: blue. Hex color #105AC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105AC4 is #EFA53B. Grayscale: #4F4F4F. Windows color (decimal): -15705404 or 12868112. OLE color: 12868112.

HSL color Cylindrical-coordinate representation of color #105AC4: hue angle of 215.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #105AC4 is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1690196-
CMYK0.920.5400.23
HSL215.33º84.91%41.57%-
HSV(B)215.33º91.84%76.86%-
XYZ13.8311.4153.7-
YUV79.96193.4882.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.30%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 196 (76.95% from 255) = 64.90%
R=5.30%
G=29.80%
B=64.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16901960.920.5400.23215.3384.9141.57
Hex105AC45C36017d7552a
Octal201323041346602732712552
Binary100001011010110001001011100110110010111110101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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