#147483

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

Shades of Allports #147483

Tints of Allports #147483

Color information

#147483 (or 0x147483) is unknown color: approx Allports. HEX triplet: 14, 74 and 83. RGB value is (20,116,131). Sum of RGB (Red+Green+Blue) = 20+116+131=267 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.49% from 267); Green value is 116 (45.70% from 255 or 43.45% from 267); Blue value is 131 (51.56% from 255 or 49.06% from 267); Max value from RGB is 131 - color contains mainly: blue. Hex color #147483 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147483 is #EB8B7C. Grayscale: #585858. Windows color (decimal): -15436669 or 8614932. OLE color: 8614932.

HSL color Cylindrical-coordinate representation of color #147483: hue angle of 188.11º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #147483 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB20116131-
CMYK0.850.1100.49
HSL188.11º73.51%29.61%-
HSV(B)188.11º84.73%51.37%-
XYZ10.6314.2823.67-
YUV89.01151.778.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.49%
GREEN value IS 116 (45.70% from 255) = 43.45%
BLUE value IS 131 (51.56% from 255) = 49.06%
R=7.49%
G=43.45%
B=49.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal201161310.850.1100.49188.1173.5129.61
Hex14748355B031bc4a1e
Octal241642031251306127411236
Binary1010011101001000001110101011011011000110111100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147483; }

 p { color: rgb(20,116,131); }

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

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

 a { background-color: rgb(20,116,131); }

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

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

 span { border-color: rgb(20,116,131); }

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