#145AB7

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

Shades of Denim #145AB7

Tints of Denim #145AB7

Color information

#145AB7 (or 0x145AB7) is unknown color: approx Denim. HEX triplet: 14, 5A and B7. RGB value is (20,90,183). Sum of RGB (Red+Green+Blue) = 20+90+183=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 183 (71.88% from 255 or 62.46% from 293); Max value from RGB is 183 - color contains mainly: blue. Hex color #145AB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145AB7 is #EBA548. Grayscale: #4F4F4F. Windows color (decimal): -15443273 or 12016148. OLE color: 12016148.

HSL color Cylindrical-coordinate representation of color #145AB7: hue angle of 214.23º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145AB7 is Cyan = 0.89, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2090183-
CMYK0.890.5100.28
HSL214.23º80.3%39.8%-
HSV(B)214.23º89.07%71.76%-
XYZ12.4910.8846.24-
YUV79.67186.3185.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.83%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 183 (71.88% from 255) = 62.46%
R=6.83%
G=30.72%
B=62.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20901830.890.5100.28214.2380.339.8
Hex145AB7593301Cd65028
Octal241322671316303432612050
Binary101001011010101101111011001110011011100110101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,90,183); }

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

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

 a { background-color: rgb(20,90,183); }

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

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

 span { border-color: rgb(20,90,183); }

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