#146D87

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

Shades of Allports #146D87

Tints of Allports #146D87

Color information

#146D87 (or 0x146D87) is unknown color: approx Allports. HEX triplet: 14, 6D and 87. RGB value is (20,109,135). Sum of RGB (Red+Green+Blue) = 20+109+135=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 135 (53.12% from 255 or 51.14% from 264); Max value from RGB is 135 - color contains mainly: blue. Hex color #146D87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146D87 is #EB9278. Grayscale: #555555. Windows color (decimal): -15438457 or 8875284. OLE color: 8875284.

HSL color Cylindrical-coordinate representation of color #146D87: hue angle of 193.57º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #146D87 is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB20109135-
CMYK0.850.1900.47
HSL193.57º74.19%30.39%-
HSV(B)193.57º85.19%52.94%-
XYZ10.1312.8424.87-
YUV85.35156.0181.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 135 (53.12% from 255) = 51.14%
R=7.58%
G=41.29%
B=51.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201091350.850.1900.47193.5774.1930.39
Hex146D87551302Fc24a1e
Octal241552071252305730211236
Binary10100110110110000111101010110011010111111000010100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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