#146B7B

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

Shades of Allports #146B7B

Tints of Allports #146B7B

Color information

#146B7B (or 0x146B7B) is unknown color: approx Allports. HEX triplet: 14, 6B and 7B. RGB value is (20,107,123). Sum of RGB (Red+Green+Blue) = 20+107+123=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 123 (48.44% from 255 or 49.2% from 250); Max value from RGB is 123 - color contains mainly: blue. Hex color #146B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146B7B is #EB9484. Grayscale: #525252. Windows color (decimal): -15438981 or 8088340. OLE color: 8088340.

HSL color Cylindrical-coordinate representation of color #146B7B: hue angle of 189.32º 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 #146B7B is Cyan = 0.84, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB20107123-
CMYK0.840.1300.52
HSL189.32º72.03%28.04%-
HSV(B)189.32º83.74%48.24%-
XYZ9.1212.0920.59-
YUV82.81150.6883.2-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 107 (42.19% from 255) = 42.8%
BLUE value IS 123 (48.44% from 255) = 49.2%
R=8%
G=42.8%
B=49.2%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal201071230.840.1300.52189.3272.0328.04
Hex146B7B54D034bd481c
Octal241531731241506427511034
Binary101001101011111101110101001101011010010111101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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