#1460C2

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

Shades of Denim #1460C2

Tints of Denim #1460C2

Color information

#1460C2 (or 0x1460C2) is unknown color: approx Denim. HEX triplet: 14, 60 and C2. RGB value is (20,96,194). Sum of RGB (Red+Green+Blue) = 20+96+194=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 194 (76.17% from 255 or 62.58% from 310); Max value from RGB is 194 - color contains mainly: blue. Hex color #1460C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1460C2 is #EB9F3D. Grayscale: #535353. Windows color (decimal): -15441726 or 12738580. OLE color: 12738580.

HSL color Cylindrical-coordinate representation of color #1460C2: hue angle of 213.79º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1460C2 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2096194-
CMYK0.900.5100.24
HSL213.79º81.31%41.96%-
HSV(B)213.79º89.69%76.08%-
XYZ14.2112.4152.69-
YUV84.45189.8282.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 96 (37.89% from 255) = 30.97%
BLUE value IS 194 (76.17% from 255) = 62.58%
R=6.45%
G=30.97%
B=62.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal20961940.900.5100.24213.7981.3141.96
Hex1460C25A33018d6512a
Octal241403021326303032612152
Binary101001100000110000101011010110011011000110101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1460C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1460C2; }

 p { color: rgb(20,96,194); }

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

<style>
 a { background-color: #1460C2; }

 a { background-color: rgb(20,96,194); }

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

<style>
 span { border-color: #1460C2; }

 span { border-color: rgb(20,96,194); }

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