#146CB5

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

Shades of Denim #146CB5

Tints of Denim #146CB5

Color information

#146CB5 (or 0x146CB5) is unknown color: approx Denim. HEX triplet: 14, 6C and B5. RGB value is (20,108,181). Sum of RGB (Red+Green+Blue) = 20+108+181=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 108 (42.58% from 255 or 34.95% from 309); Blue value is 181 (71.09% from 255 or 58.58% from 309); Max value from RGB is 181 - color contains mainly: blue. Hex color #146CB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CB5 is #EB934A. Grayscale: #595959. Windows color (decimal): -15438667 or 11889684. OLE color: 11889684.

HSL color Cylindrical-coordinate representation of color #146CB5: hue angle of 207.2º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #146CB5 is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB20108181-
CMYK0.890.4000.29
HSL207.2º80.1%39.41%-
HSV(B)207.2º88.95%70.98%-
XYZ13.9914.2145.72-
YUV90.01179.3578.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.47%
GREEN value IS 108 (42.58% from 255) = 34.95%
BLUE value IS 181 (71.09% from 255) = 58.58%
R=6.47%
G=34.95%
B=58.58%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201081810.890.4000.29207.280.139.41
Hex146CB5592801Dcf5027
Octal241542651315003531712047
Binary101001101100101101011011001101000011101110011111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146CB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146CB5; }

 p { color: rgb(20,108,181); }

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

<style>
 a { background-color: #146CB5; }

 a { background-color: rgb(20,108,181); }

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

<style>
 span { border-color: #146CB5; }

 span { border-color: rgb(20,108,181); }

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