#146781

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

Shades of Allports #146781

Tints of Allports #146781

Color information

#146781 (or 0x146781) is unknown color: approx Allports. HEX triplet: 14, 67 and 81. RGB value is (20,103,129). Sum of RGB (Red+Green+Blue) = 20+103+129=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 129 (50.78% from 255 or 51.19% from 252); Max value from RGB is 129 - color contains mainly: blue. Hex color #146781 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146781 is #EB987E. Grayscale: #505050. Windows color (decimal): -15439999 or 8480532. OLE color: 8480532.

HSL color Cylindrical-coordinate representation of color #146781: hue angle of 194.31º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146781 is Cyan = 0.84, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20103129-
CMYK0.840.2000.49
HSL194.31º73.15%29.22%-
HSV(B)194.31º84.5%50.59%-
XYZ9.111.4322.5-
YUV81.1515584.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 103 (40.62% from 255) = 40.87%
BLUE value IS 129 (50.78% from 255) = 51.19%
R=7.94%
G=40.87%
B=51.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201031290.840.2000.49194.3173.1529.22
Hex1467815414031c2491d
Octal241472011242406130211135
Binary10100110011110000001101010010100011000111000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146781; }

 p { color: rgb(20,103,129); }

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

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

 a { background-color: rgb(20,103,129); }

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

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

 span { border-color: rgb(20,103,129); }

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