#146A93

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

Shades of Allports #146A93

Tints of Allports #146A93

Color information

#146A93 (or 0x146A93) is unknown color: approx Allports. HEX triplet: 14, 6A and 93. RGB value is (20,106,147). Sum of RGB (Red+Green+Blue) = 20+106+147=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 106 (41.80% from 255 or 38.83% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #146A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A93 is #EB956C. Grayscale: #545454. Windows color (decimal): -15439213 or 9660948. OLE color: 9660948.

HSL color Cylindrical-coordinate representation of color #146A93: hue angle of 199.37º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A93 is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20106147-
CMYK0.860.2800.42
HSL199.37º76.05%32.75%-
HSV(B)199.37º86.39%57.65%-
XYZ10.7112.5629.46-
YUV84.96163.0181.67-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.33%
GREEN value IS 106 (41.80% from 255) = 38.83%
BLUE value IS 147 (57.81% from 255) = 53.85%
R=7.33%
G=38.83%
B=53.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201061470.860.2800.42199.3776.0532.75
Hex146A93561C02Ac74c21
Octal241522231263405230711441
Binary101001101010100100111010110111000101010110001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,106,147); }

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

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

 a { background-color: rgb(20,106,147); }

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

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

 span { border-color: rgb(20,106,147); }

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