#146271

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

Shades of Allports #146271

Tints of Allports #146271

Color information

#146271 (or 0x146271) is unknown color: approx Allports. HEX triplet: 14, 62 and 71. RGB value is (20,98,113). Sum of RGB (Red+Green+Blue) = 20+98+113=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 113 (44.53% from 255 or 48.92% from 231); Max value from RGB is 113 - color contains mainly: blue. Hex color #146271 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146271 is #EB9D8E. Grayscale: #4C4C4C. Windows color (decimal): -15441295 or 7430676. OLE color: 7430676.

HSL color Cylindrical-coordinate representation of color #146271: hue angle of 189.68º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146271 is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2098113-
CMYK0.820.1300.56
HSL189.68º69.92%26.08%-
HSV(B)189.68º82.3%44.31%-
XYZ7.6410.0817.17-
YUV76.39148.6687.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 113 (44.53% from 255) = 48.92%
R=8.66%
G=42.42%
B=48.92%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20981130.820.1300.56189.6869.9226.08
Hex14627152D038be461a
Octal241421611221507027610632
Binary101001100010111000110100101101011100010111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146271; }

 p { color: rgb(20,98,113); }

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

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

 a { background-color: rgb(20,98,113); }

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

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

 span { border-color: rgb(20,98,113); }

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