#146CBB

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

Shades of Denim #146CBB

Tints of Denim #146CBB

Color information

#146CBB (or 0x146CBB) is unknown color: approx Denim. HEX triplet: 14, 6C and BB. RGB value is (20,108,187). Sum of RGB (Red+Green+Blue) = 20+108+187=315 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.35% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 187 (73.44% from 255 or 59.37% from 315); Max value from RGB is 187 - color contains mainly: blue. Hex color #146CBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CBB is #EB9344. Grayscale: #5A5A5A. Windows color (decimal): -15438661 or 12282900. OLE color: 12282900.

HSL color Cylindrical-coordinate representation of color #146CBB: hue angle of 208.38º 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 #146CBB is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB20108187-
CMYK0.890.4200.27
HSL208.38º80.68%40.59%-
HSV(B)208.38º89.3%73.33%-
XYZ14.6214.4649.03-
YUV90.69182.3577.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.35%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 59.37%
R=6.35%
G=34.29%
B=59.37%

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
Decimal201081870.890.4200.27208.3880.6840.59
Hex146CBB592A01Bd05129
Octal241542731315203332012151
Binary101001101100101110111011001101010011011110100001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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