#147381

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

Shades of Allports #147381

Tints of Allports #147381

Color information

#147381 (or 0x147381) is unknown color: approx Allports. HEX triplet: 14, 73 and 81. RGB value is (20,115,129). Sum of RGB (Red+Green+Blue) = 20+115+129=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #147381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147381 is #EB8C7E. Grayscale: #585858. Windows color (decimal): -15436927 or 8483604. OLE color: 8483604.

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

Color convert

RGB20115129-
CMYK0.840.1100.49
HSL187.71º73.15%29.22%-
HSV(B)187.71º84.5%50.59%-
XYZ10.381422.92-
YUV88.19151.0379.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.58%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 129 (50.78% from 255) = 48.86%
R=7.58%
G=43.56%
B=48.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201151290.840.1100.49187.7173.1529.22
Hex14738154B031bc491d
Octal241632011241306127411135
Binary1010011100111000000110101001011011000110111100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147381; }

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

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

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

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

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

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

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

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