#146DBF

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

Shades of Denim #146DBF

Tints of Denim #146DBF

Color information

#146DBF (or 0x146DBF) is unknown color: approx Denim. HEX triplet: 14, 6D and BF. RGB value is (20,109,191). Sum of RGB (Red+Green+Blue) = 20+109+191=320 (42% of max value = 765). Red value is 20 (8.20% from 255 or 6.25% from 320); Green value is 109 (42.97% from 255 or 34.06% from 320); Blue value is 191 (75% from 255 or 59.69% from 320); Max value from RGB is 191 - color contains mainly: blue. Hex color #146DBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DBF is #EB9240. Grayscale: #5B5B5B. Windows color (decimal): -15438401 or 12545300. OLE color: 12545300.

HSL color Cylindrical-coordinate representation of color #146DBF: hue angle of 208.77º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #146DBF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB20109191-
CMYK0.900.4300.25
HSL208.77º81.04%41.37%-
HSV(B)208.77º89.53%74.9%-
XYZ15.1614.8551.36-
YUV91.74184.0176.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.25%
GREEN value IS 109 (42.97% from 255) = 34.06%
BLUE value IS 191 (75% from 255) = 59.69%
R=6.25%
G=34.06%
B=59.69%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal201091910.900.4300.25208.7781.0441.37
Hex146DBF5A2B019d15129
Octal241552771325303132112151
Binary101001101101101111111011010101011011001110100011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,191); }

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

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

 a { background-color: rgb(20,109,191); }

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

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

 span { border-color: rgb(20,109,191); }

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