#146992

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

Shades of Allports #146992

Tints of Allports #146992

Color information

#146992 (or 0x146992) is unknown color: approx Allports. HEX triplet: 14, 69 and 92. RGB value is (20,105,146). Sum of RGB (Red+Green+Blue) = 20+105+146=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #146992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146992 is #EB966D. Grayscale: #545454. Windows color (decimal): -15439470 or 9595156. OLE color: 9595156.

HSL color Cylindrical-coordinate representation of color #146992: hue angle of 199.52º 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 #146992 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB20105146-
CMYK0.860.2800.43
HSL199.52º75.9%32.55%-
HSV(B)199.52º86.3%57.25%-
XYZ10.5312.3329.02-
YUV84.26162.8482.17-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.38%
GREEN value IS 105 (41.41% from 255) = 38.75%
BLUE value IS 146 (57.42% from 255) = 53.87%
R=7.38%
G=38.75%
B=53.87%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal201051460.860.2800.43199.5275.932.55
Hex146992561C02Bc84c21
Octal241512221263405331011441
Binary101001101001100100101010110111000101011110010001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146992; }

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

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

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

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

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

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

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

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