#1061C4

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

Shades of Denim #1061C4

Tints of Denim #1061C4

Color information

#1061C4 (or 0x1061C4) is unknown color: approx Denim. HEX triplet: 10, 61 and C4. RGB value is (16,97,196). Sum of RGB (Red+Green+Blue) = 16+97+196=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 196 (76.95% from 255 or 63.43% from 309); Max value from RGB is 196 - color contains mainly: blue. Hex color #1061C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061C4 is #EF9E3B. Grayscale: #535353. Windows color (decimal): -15703612 or 12869904. OLE color: 12869904.

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

Color convert

RGB1697196-
CMYK0.920.5100.23
HSL213º84.91%41.57%-
HSV(B)213º91.84%76.86%-
XYZ14.4512.6553.9-
YUV84.07191.1679.45-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.18%
GREEN value IS 97 (38.28% from 255) = 31.39%
BLUE value IS 196 (76.95% from 255) = 63.43%
R=5.18%
G=31.39%
B=63.43%

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
Decimal16971960.920.5100.2321384.9141.57
Hex1061C45C33017d5552a
Octal201413041346302732512552
Binary100001100001110001001011100110011010111110101011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1061C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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