#146873

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

Shades of Allports #146873

Tints of Allports #146873

Color information

#146873 (or 0x146873) is unknown color: approx Allports. HEX triplet: 14, 68 and 73. RGB value is (20,104,115). Sum of RGB (Red+Green+Blue) = 20+104+115=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 115 (45.31% from 255 or 48.12% from 239); Max value from RGB is 115 - color contains mainly: blue. Hex color #146873 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146873 is #EB978C. Grayscale: #505050. Windows color (decimal): -15439757 or 7563284. OLE color: 7563284.

HSL color Cylindrical-coordinate representation of color #146873: hue angle of 186.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146873 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB20104115-
CMYK0.830.1000.55
HSL186.95º70.37%26.47%-
HSV(B)186.95º82.61%45.1%-
XYZ8.3311.2917.96-
YUV80.14147.6785.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 115 (45.31% from 255) = 48.12%
R=8.37%
G=43.51%
B=48.12%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal201041150.830.1000.55186.9570.3726.47
Hex14687353A037bb461a
Octal241501631231206727310632
Binary101001101000111001110100111010011011110111011100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146873; }

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

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

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

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

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

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

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

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