#145ABA

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

Shades of Denim #145ABA

Tints of Denim #145ABA

Color information

#145ABA (or 0x145ABA) is unknown color: approx Denim. HEX triplet: 14, 5A and BA. RGB value is (20,90,186). Sum of RGB (Red+Green+Blue) = 20+90+186=296 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.76% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 186 (73.05% from 255 or 62.84% from 296); Max value from RGB is 186 - color contains mainly: blue. Hex color #145ABA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #145ABA is #EBA545. Grayscale: #4F4F4F. Windows color (decimal): -15443270 or 12212756. OLE color: 12212756.

HSL color Cylindrical-coordinate representation of color #145ABA: hue angle of 214.7º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #145ABA is Cyan = 0.89, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2090186-
CMYK0.890.5200.27
HSL214.7º80.58%40.39%-
HSV(B)214.7º89.25%72.94%-
XYZ12.8111.0147.9-
YUV80.01187.8185.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.76%
GREEN value IS 90 (35.55% from 255) = 30.41%
BLUE value IS 186 (73.05% from 255) = 62.84%
R=6.76%
G=30.41%
B=62.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal20901860.890.5200.27214.780.5840.39
Hex145ABA593401Bd75128
Octal241322721316403332712150
Binary101001011010101110101011001110100011011110101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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