#146070

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

Shades of Allports #146070

Tints of Allports #146070

Color information

#146070 (or 0x146070) is unknown color: approx Allports. HEX triplet: 14, 60 and 70. RGB value is (20,96,112). Sum of RGB (Red+Green+Blue) = 20+96+112=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 112 - color contains mainly: blue. Hex color #146070 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146070 is #EB9F8F. Grayscale: #4A4A4A. Windows color (decimal): -15441808 or 7364628. OLE color: 7364628.

HSL color Cylindrical-coordinate representation of color #146070: hue angle of 190.43º 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 #146070 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2096112-
CMYK0.820.1400.56
HSL190.43º69.7%25.88%-
HSV(B)190.43º82.14%43.92%-
XYZ7.49.6816.81-
YUV75.1148.8288.7-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 96 (37.89% from 255) = 42.11%
BLUE value IS 112 (44.14% from 255) = 49.12%
R=8.77%
G=42.11%
B=49.12%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20961120.820.1400.56190.4369.725.88
Hex14607052E038be461a
Octal241401601221607027610632
Binary101001100000111000010100101110011100010111110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146070; }

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

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

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

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

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

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

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

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