#146DBB

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

Shades of Denim #146DBB

Tints of Denim #146DBB

Color information

#146DBB (or 0x146DBB) is unknown color: approx Denim. HEX triplet: 14, 6D and BB. RGB value is (20,109,187). Sum of RGB (Red+Green+Blue) = 20+109+187=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #146DBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146DBB is #EB9244. Grayscale: #5A5A5A. Windows color (decimal): -15438405 or 12283156. OLE color: 12283156.

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

Color convert

RGB20109187-
CMYK0.890.4200.27
HSL208.02º80.68%40.59%-
HSV(B)208.02º89.3%73.33%-
XYZ14.7314.6749.07-
YUV91.28182.0177.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.33%
GREEN value IS 109 (42.97% from 255) = 34.49%
BLUE value IS 187 (73.44% from 255) = 59.18%
R=6.33%
G=34.49%
B=59.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal201091870.890.4200.27208.0280.6840.59
Hex146DBB592A01Bd05129
Octal241552731315203332012151
Binary101001101101101110111011001101010011011110100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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