#146CB6

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

Shades of Denim #146CB6

Tints of Denim #146CB6

Color information

#146CB6 (or 0x146CB6) is unknown color: approx Denim. HEX triplet: 14, 6C and B6. RGB value is (20,108,182). Sum of RGB (Red+Green+Blue) = 20+108+182=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 182 (71.48% from 255 or 58.71% from 310); Max value from RGB is 182 - color contains mainly: blue. Hex color #146CB6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #146CB6 is #EB9349. Grayscale: #595959. Windows color (decimal): -15438666 or 11955220. OLE color: 11955220.

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

Color convert

RGB20108182-
CMYK0.890.4100.29
HSL207.41º80.2%39.61%-
HSV(B)207.41º89.01%71.37%-
XYZ14.0914.2546.26-
YUV90.12179.8577.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 182 (71.48% from 255) = 58.71%
R=6.45%
G=34.84%
B=58.71%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal201081820.890.4100.29207.4180.239.61
Hex146CB6592901Dcf5028
Octal241542661315103531712050
Binary101001101100101101101011001101001011101110011111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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