#146881

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

Shades of Allports #146881

Tints of Allports #146881

Color information

#146881 (or 0x146881) is unknown color: approx Allports. HEX triplet: 14, 68 and 81. RGB value is (20,104,129). Sum of RGB (Red+Green+Blue) = 20+104+129=253 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.91% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 129 (50.78% from 255 or 50.99% from 253); Max value from RGB is 129 - color contains mainly: blue. Hex color #146881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #146881 is #EB977E. Grayscale: #515151. Windows color (decimal): -15439743 or 8480788. OLE color: 8480788.

HSL color Cylindrical-coordinate representation of color #146881: hue angle of 193.76º 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 #146881 is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20104129-
CMYK0.840.1900.49
HSL193.76º73.15%29.22%-
HSV(B)193.76º84.5%50.59%-
XYZ9.211.6322.53-
YUV81.73154.6783.97-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.91%
GREEN value IS 104 (41.02% from 255) = 41.11%
BLUE value IS 129 (50.78% from 255) = 50.99%
R=7.91%
G=41.11%
B=50.99%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201041290.840.1900.49193.7673.1529.22
Hex1468815413031c2491d
Octal241502011242306130211135
Binary10100110100010000001101010010011011000111000010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146881; }

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

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

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

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

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

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

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

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