#146892

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

Shades of Allports #146892

Tints of Allports #146892

Color information

#146892 (or 0x146892) is unknown color: approx Allports. HEX triplet: 14, 68 and 92. RGB value is (20,104,146). Sum of RGB (Red+Green+Blue) = 20+104+146=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 146 (57.42% from 255 or 54.07% from 270); Max value from RGB is 146 - color contains mainly: blue. Hex color #146892 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146892 is #EB976D. Grayscale: #535353. Windows color (decimal): -15439726 or 9594900. OLE color: 9594900.

HSL color Cylindrical-coordinate representation of color #146892: hue angle of 200º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146892 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20104146-
CMYK0.860.2900.43
HSL200º75.9%32.55%-
HSV(B)200º86.3%57.25%-
XYZ10.4312.1228.98-
YUV83.67163.1782.58-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.41%
GREEN value IS 104 (41.02% from 255) = 38.52%
BLUE value IS 146 (57.42% from 255) = 54.07%
R=7.41%
G=38.52%
B=54.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201041460.860.2900.4320075.932.55
Hex146892561D02Bc84c21
Octal241502221263505331011441
Binary101001101000100100101010110111010101011110010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146892; }

 p { color: rgb(20,104,146); }

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

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

 a { background-color: rgb(20,104,146); }

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

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

 span { border-color: rgb(20,104,146); }

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