#1473C2

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

Shades of Denim #1473C2

Tints of Denim #1473C2

Color information

#1473C2 (or 0x1473C2) is unknown color: approx Denim. HEX triplet: 14, 73 and C2. RGB value is (20,115,194). Sum of RGB (Red+Green+Blue) = 20+115+194=329 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.08% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 194 (76.17% from 255 or 58.97% from 329); Max value from RGB is 194 - color contains mainly: blue. Hex color #1473C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1473C2 is #EB8C3D. Grayscale: #5F5F5F. Windows color (decimal): -15436862 or 12743444. OLE color: 12743444.

HSL color Cylindrical-coordinate representation of color #1473C2: hue angle of 207.24º 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 #1473C2 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB20115194-
CMYK0.900.4100.24
HSL207.24º81.31%41.96%-
HSV(B)207.24º89.69%76.08%-
XYZ16.1616.3153.33-
YUV95.6183.5374.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.08%
GREEN value IS 115 (45.31% from 255) = 34.95%
BLUE value IS 194 (76.17% from 255) = 58.97%
R=6.08%
G=34.95%
B=58.97%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201151940.900.4100.24207.2481.3141.96
Hex1473C25A29018cf512a
Octal241633021325103031712152
Binary101001110011110000101011010101001011000110011111010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1473C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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