#146887

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

Shades of Allports #146887

Tints of Allports #146887

Color information

#146887 (or 0x146887) is unknown color: approx Allports. HEX triplet: 14, 68 and 87. RGB value is (20,104,135). Sum of RGB (Red+Green+Blue) = 20+104+135=259 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.72% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 135 (53.12% from 255 or 52.12% from 259); Max value from RGB is 135 - color contains mainly: blue. Hex color #146887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146887 is #EB9778. Grayscale: #525252. Windows color (decimal): -15439737 or 8874004. OLE color: 8874004.

HSL color Cylindrical-coordinate representation of color #146887: hue angle of 196.17º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146887 is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20104135-
CMYK0.850.2300.47
HSL196.17º74.19%30.39%-
HSV(B)196.17º85.19%52.94%-
XYZ9.6111.824.69-
YUV82.42157.6783.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.72%
GREEN value IS 104 (41.02% from 255) = 40.15%
BLUE value IS 135 (53.12% from 255) = 52.12%
R=7.72%
G=40.15%
B=52.12%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201041350.850.2300.47196.1774.1930.39
Hex146887551702Fc44a1e
Octal241502071252705730411236
Binary10100110100010000111101010110111010111111000100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146887; }

 p { color: rgb(20,104,135); }

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

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

 a { background-color: rgb(20,104,135); }

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

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

 span { border-color: rgb(20,104,135); }

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