#1476C0

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

Shades of Denim #1476C0

Tints of Denim #1476C0

Color information

#1476C0 (or 0x1476C0) is unknown color: approx Denim. HEX triplet: 14, 76 and C0. RGB value is (20,118,192). Sum of RGB (Red+Green+Blue) = 20+118+192=330 (43% of max value = 765). Red value is 20 (8.20% from 255 or 6.06% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #1476C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1476C0 is #EB893F. Grayscale: #606060. Windows color (decimal): -15436096 or 12613140. OLE color: 12613140.

HSL color Cylindrical-coordinate representation of color #1476C0: hue angle of 205.81º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1476C0 is Cyan = 0.90, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20118192-
CMYK0.900.3900.25
HSL205.81º81.13%41.57%-
HSV(B)205.81º89.58%75.29%-
XYZ16.2816.9152.28-
YUV97.13181.5372.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.06%
GREEN value IS 118 (46.48% from 255) = 35.76%
BLUE value IS 192 (75.39% from 255) = 58.18%
R=6.06%
G=35.76%
B=58.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201181920.900.3900.25205.8181.1341.57
Hex1476C05A27019ce512a
Octal241663001324703131612152
Binary101001110110110000001011010100111011001110011101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1476C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1476C0; }

 p { color: rgb(20,118,192); }

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

<style>
 a { background-color: #1476C0; }

 a { background-color: rgb(20,118,192); }

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

<style>
 span { border-color: #1476C0; }

 span { border-color: rgb(20,118,192); }

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