#146370

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

Shades of Allports #146370

Tints of Allports #146370

Color information

#146370 (or 0x146370) is unknown color: approx Allports. HEX triplet: 14, 63 and 70. RGB value is (20,99,112). Sum of RGB (Red+Green+Blue) = 20+99+112=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 112 (44.14% from 255 or 48.48% from 231); Max value from RGB is 112 - color contains mainly: blue. Hex color #146370 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146370 is #EB9C8F. Grayscale: #4C4C4C. Windows color (decimal): -15441040 or 7365396. OLE color: 7365396.

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

Color convert

RGB2099112-
CMYK0.820.1200.56
HSL188.48º69.7%25.88%-
HSV(B)188.48º82.14%43.92%-
XYZ7.6710.2416.9-
YUV76.86147.8387.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 99 (39.06% from 255) = 42.86%
BLUE value IS 112 (44.14% from 255) = 48.48%
R=8.66%
G=42.86%
B=48.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20991120.820.1200.56188.4869.725.88
Hex14637052C038bc461a
Octal241431601221407027410632
Binary101001100011111000010100101100011100010111100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146370; }

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

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

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

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

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

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

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

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