#146A7B

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

Shades of Allports #146A7B

Tints of Allports #146A7B

Color information

#146A7B (or 0x146A7B) is unknown color: approx Allports. HEX triplet: 14, 6A and 7B. RGB value is (20,106,123). Sum of RGB (Red+Green+Blue) = 20+106+123=249 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.03% from 249); Green value is 106 (41.80% from 255 or 42.57% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #146A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146A7B is #EB9584. Grayscale: #525252. Windows color (decimal): -15439237 or 8088084. OLE color: 8088084.

HSL color Cylindrical-coordinate representation of color #146A7B: hue angle of 189.9º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146A7B is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20106123-
CMYK0.840.1400.52
HSL189.9º72.03%28.04%-
HSV(B)189.9º83.74%48.24%-
XYZ9.0211.8920.56-
YUV82.22151.0183.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.03%
GREEN value IS 106 (41.80% from 255) = 42.57%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=8.03%
G=42.57%
B=49.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201061230.840.1400.52189.972.0328.04
Hex146A7B54E034be481c
Octal241521731241606427611034
Binary101001101010111101110101001110011010010111110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146A7B; }

 p { color: rgb(20,106,123); }

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

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

 a { background-color: rgb(20,106,123); }

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

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

 span { border-color: rgb(20,106,123); }

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