#145EC0

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

Shades of Denim #145EC0

Tints of Denim #145EC0

Color information

#145EC0 (or 0x145EC0) is unknown color: approx Denim. HEX triplet: 14, 5E and C0. RGB value is (20,94,192). Sum of RGB (Red+Green+Blue) = 20+94+192=306 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.54% from 306); Green value is 94 (37.11% from 255 or 30.72% from 306); Blue value is 192 (75.39% from 255 or 62.75% from 306); Max value from RGB is 192 - color contains mainly: blue. Hex color #145EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145EC0 is #EBA13F. Grayscale: #525252. Windows color (decimal): -15442240 or 12606996. OLE color: 12606996.

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

Color convert

RGB2094192-
CMYK0.900.5100.25
HSL214.19º81.13%41.57%-
HSV(B)214.19º89.58%75.29%-
XYZ13.8111.9651.45-
YUV83.05189.4883.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.54%
GREEN value IS 94 (37.11% from 255) = 30.72%
BLUE value IS 192 (75.39% from 255) = 62.75%
R=6.54%
G=30.72%
B=62.75%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20941920.900.5100.25214.1981.1341.57
Hex145EC05A33019d6512a
Octal241363001326303132612152
Binary101001011110110000001011010110011011001110101101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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