#146082

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

Shades of Allports #146082

Tints of Allports #146082

Color information

#146082 (or 0x146082) is unknown color: approx Allports. HEX triplet: 14, 60 and 82. RGB value is (20,96,130). Sum of RGB (Red+Green+Blue) = 20+96+130=246 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.13% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #146082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146082 is #EB9F7D. Grayscale: #4C4C4C. Windows color (decimal): -15441790 or 8544276. OLE color: 8544276.

HSL color Cylindrical-coordinate representation of color #146082: hue angle of 198.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146082 is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2096130-
CMYK0.850.2600.49
HSL198.55º73.33%29.41%-
HSV(B)198.55º84.62%50.98%-
XYZ8.510.1322.63-
YUV77.15157.8287.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.13%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=8.13%
G=39.02%
B=52.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20961300.850.2600.49198.5573.3329.41
Hex146082551A031c7491d
Octal241402021253206130711135
Binary10100110000010000010101010111010011000111000111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146082; }

 p { color: rgb(20,96,130); }

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

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

 a { background-color: rgb(20,96,130); }

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

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

 span { border-color: rgb(20,96,130); }

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