#1060C4

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

Shades of Denim #1060C4

Tints of Denim #1060C4

Color information

#1060C4 (or 0x1060C4) is unknown color: approx Denim. HEX triplet: 10, 60 and C4. RGB value is (16,96,196). Sum of RGB (Red+Green+Blue) = 16+96+196=308 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.19% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 196 (76.95% from 255 or 63.64% from 308); Max value from RGB is 196 - color contains mainly: blue. Hex color #1060C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060C4 is #EF9F3B. Grayscale: #535353. Windows color (decimal): -15703868 or 12869648. OLE color: 12869648.

HSL color Cylindrical-coordinate representation of color #1060C4: hue angle of 213.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 #1060C4 is Cyan = 0.92, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB1696196-
CMYK0.920.5100.23
HSL213.33º84.91%41.57%-
HSV(B)213.33º91.84%76.86%-
XYZ14.3612.4653.87-
YUV83.48191.579.87-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.19%
GREEN value IS 96 (37.89% from 255) = 31.17%
BLUE value IS 196 (76.95% from 255) = 63.64%
R=5.19%
G=31.17%
B=63.64%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal16961960.920.5100.23213.3384.9141.57
Hex1060C45C33017d5552a
Octal201403041346302732512552
Binary100001100000110001001011100110011010111110101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1060C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1060C4; }

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

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

<style>
 a { background-color: #1060C4; }

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

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

<style>
 span { border-color: #1060C4; }

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

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