#146A8D

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

Shades of Allports #146A8D

Tints of Allports #146A8D

Color information

#146A8D (or 0x146A8D) is unknown color: approx Allports. HEX triplet: 14, 6A and 8D. RGB value is (20,106,141). Sum of RGB (Red+Green+Blue) = 20+106+141=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #146A8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146A8D is #EB9572. Grayscale: #545454. Windows color (decimal): -15439219 or 9267732. OLE color: 9267732.

HSL color Cylindrical-coordinate representation of color #146A8D: hue angle of 197.36º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #146A8D is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB20106141-
CMYK0.860.2500.45
HSL197.36º75.16%31.57%-
HSV(B)197.36º85.82%55.29%-
XYZ10.2512.3827.05-
YUV84.28160.0182.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 106 (41.80% from 255) = 39.70%
BLUE value IS 141 (55.47% from 255) = 52.81%
R=7.49%
G=39.70%
B=52.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201061410.860.2500.45197.3675.1631.57
Hex146A8D561902Dc54b20
Octal241522151263105530511340
Binary101001101010100011011010110110010101101110001011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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