#145EC1

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

Shades of Denim #145EC1

Tints of Denim #145EC1

Color information

#145EC1 (or 0x145EC1) is unknown color: approx Denim. HEX triplet: 14, 5E and C1. RGB value is (20,94,193). Sum of RGB (Red+Green+Blue) = 20+94+193=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 193 (75.78% from 255 or 62.87% from 307); Max value from RGB is 193 - color contains mainly: blue. Hex color #145EC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EC1 is #EBA13E. Grayscale: #525252. Windows color (decimal): -15442239 or 12672532. OLE color: 12672532.

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

Color convert

RGB2094193-
CMYK0.900.5100.24
HSL214.34º81.22%41.76%-
HSV(B)214.34º89.64%75.69%-
XYZ13.921252.04-
YUV83.16189.9882.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.51%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 193 (75.78% from 255) = 62.87%
R=6.51%
G=30.62%
B=62.87%

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
Decimal20941930.900.5100.24214.3481.2241.76
Hex145EC15A33018d6512a
Octal241363011326303032612152
Binary101001011110110000011011010110011011000110101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145EC1; }

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

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

<style>
 a { background-color: #145EC1; }

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

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

<style>
 span { border-color: #145EC1; }

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

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