#146D81

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

Shades of Allports #146D81

Tints of Allports #146D81

Color information

#146D81 (or 0x146D81) is unknown color: approx Allports. HEX triplet: 14, 6D and 81. RGB value is (20,109,129). Sum of RGB (Red+Green+Blue) = 20+109+129=258 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.75% from 258); Green value is 109 (42.97% from 255 or 42.25% from 258); Blue value is 129 (50.78% from 255 or 50% from 258); Max value from RGB is 129 - color contains mainly: blue. Hex color #146D81 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D81 is #EB927E. Grayscale: #545454. Windows color (decimal): -15438463 or 8482068. OLE color: 8482068.

HSL color Cylindrical-coordinate representation of color #146D81: hue angle of 191.01º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146D81 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20109129-
CMYK0.840.1600.49
HSL191.01º73.15%29.22%-
HSV(B)191.01º84.5%50.59%-
XYZ9.7212.6722.7-
YUV84.67153.0181.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.75%
GREEN value IS 109 (42.97% from 255) = 42.25%
BLUE value IS 129 (50.78% from 255) = 50%
R=7.75%
G=42.25%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201091290.840.1600.49191.0173.1529.22
Hex146D815410031bf491d
Octal241552011242006127711135
Binary10100110110110000001101010010000011000110111111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,109,129); }

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

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

 a { background-color: rgb(20,109,129); }

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

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

 span { border-color: rgb(20,109,129); }

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