#147DC1

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

Shades of Denim #147DC1

Tints of Denim #147DC1

Color information

#147DC1 (or 0x147DC1) is unknown color: approx Denim. HEX triplet: 14, 7D and C1. RGB value is (20,125,193). Sum of RGB (Red+Green+Blue) = 20+125+193=338 (44% of max value = 765). Red value is 20 (8.20% from 255 or 5.92% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 193 (75.78% from 255 or 57.10% from 338); Max value from RGB is 193 - color contains mainly: blue. Hex color #147DC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #147DC1 is #EB823E. Grayscale: #646464. Windows color (decimal): -15434303 or 12680468. OLE color: 12680468.

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

Color convert

RGB20125193-
CMYK0.900.3500.24
HSL203.58º81.22%41.76%-
HSV(B)203.58º89.64%75.69%-
XYZ17.2518.6753.15-
YUV101.36179.7169.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.92%
GREEN value IS 125 (49.22% from 255) = 36.98%
BLUE value IS 193 (75.78% from 255) = 57.10%
R=5.92%
G=36.98%
B=57.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal201251930.900.3500.24203.5881.2241.76
Hex147DC15A23018cc512a
Octal241753011324303031412152
Binary101001111101110000011011010100011011000110011001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147DC1; }

 p { color: rgb(20,125,193); }

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

<style>
 a { background-color: #147DC1; }

 a { background-color: rgb(20,125,193); }

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

<style>
 span { border-color: #147DC1; }

 span { border-color: rgb(20,125,193); }

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