#145DAC

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

Shades of Denim #145DAC

Tints of Denim #145DAC

Color information

#145DAC (or 0x145DAC) is unknown color: approx Denim. HEX triplet: 14, 5D and AC. RGB value is (20,93,172). Sum of RGB (Red+Green+Blue) = 20+93+172=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 172 (67.58% from 255 or 60.35% from 285); Max value from RGB is 172 - color contains mainly: blue. Hex color #145DAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #145DAC is #EBA253. Grayscale: #4F4F4F. Windows color (decimal): -15442516 or 11296020. OLE color: 11296020.

HSL color Cylindrical-coordinate representation of color #145DAC: hue angle of 211.18º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #145DAC is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2093172-
CMYK0.880.4600.33
HSL211.18º79.17%37.65%-
HSV(B)211.18º88.37%67.45%-
XYZ11.6510.9640.53-
YUV80.18179.8285.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.02%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 172 (67.58% from 255) = 60.35%
R=7.02%
G=32.63%
B=60.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20931720.880.4600.33211.1879.1737.65
Hex145DAC582E021d34f26
Octal241352541305604132311746
Binary1010010111011010110010110001011100100001110100111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,93,172); }

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

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

 a { background-color: rgb(20,93,172); }

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

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

 span { border-color: rgb(20,93,172); }

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