#105CC4

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

Shades of Denim #105CC4

Tints of Denim #105CC4

Color information

#105CC4 (or 0x105CC4) is unknown color: approx Denim. HEX triplet: 10, 5C and C4. RGB value is (16,92,196). Sum of RGB (Red+Green+Blue) = 16+92+196=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 92 (36.33% from 255 or 30.26% from 304); Blue value is 196 (76.95% from 255 or 64.47% from 304); Max value from RGB is 196 - color contains mainly: blue. Hex color #105CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #105CC4 is #EFA33B. Grayscale: #505050. Windows color (decimal): -15704892 or 12868624. OLE color: 12868624.

HSL color Cylindrical-coordinate representation of color #105CC4: hue angle of 214.67º 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 #105CC4 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1692196-
CMYK0.920.5300.23
HSL214.67º84.91%41.57%-
HSV(B)214.67º91.84%76.86%-
XYZ1411.7553.75-
YUV81.13192.8281.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.26%
GREEN value IS 92 (36.33% from 255) = 30.26%
BLUE value IS 196 (76.95% from 255) = 64.47%
R=5.26%
G=30.26%
B=64.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16921960.920.5300.23214.6784.9141.57
Hex105CC45C35017d7552a
Octal201343041346502732712552
Binary100001011100110001001011100110101010111110101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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