#146A88

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

Shades of Allports #146A88

Tints of Allports #146A88

Color information

#146A88 (or 0x146A88) is unknown color: approx Allports. HEX triplet: 14, 6A and 88. RGB value is (20,106,136). Sum of RGB (Red+Green+Blue) = 20+106+136=262 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.63% from 262); Green value is 106 (41.80% from 255 or 40.46% from 262); Blue value is 136 (53.52% from 255 or 51.91% from 262); Max value from RGB is 136 - color contains mainly: blue. Hex color #146A88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A88 is #EB9577. Grayscale: #535353. Windows color (decimal): -15439224 or 8940052. OLE color: 8940052.

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

Color convert

RGB20106136-
CMYK0.850.2200.47
HSL195.52º74.36%30.59%-
HSV(B)195.52º85.29%53.33%-
XYZ9.8912.2325.13-
YUV83.71157.5182.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.63%
GREEN value IS 106 (41.80% from 255) = 40.46%
BLUE value IS 136 (53.52% from 255) = 51.91%
R=7.63%
G=40.46%
B=51.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal201061360.850.2200.47195.5274.3630.59
Hex146A88551602Fc44a1f
Octal241522101252605730411237
Binary10100110101010001000101010110110010111111000100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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