#147093

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

Shades of Allports #147093

Tints of Allports #147093

Color information

#147093 (or 0x147093) is unknown color: approx Allports. HEX triplet: 14, 70 and 93. RGB value is (20,112,147). Sum of RGB (Red+Green+Blue) = 20+112+147=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #147093 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147093 is #EB8F6C. Grayscale: #585858. Windows color (decimal): -15437677 or 9662484. OLE color: 9662484.

HSL color Cylindrical-coordinate representation of color #147093: hue angle of 196.54º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147093 is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB20112147-
CMYK0.860.2400.42
HSL196.54º76.05%32.75%-
HSV(B)196.54º86.39%57.65%-
XYZ11.3513.8429.68-
YUV88.48161.0279.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.17%
GREEN value IS 112 (44.14% from 255) = 40.14%
BLUE value IS 147 (57.81% from 255) = 52.69%
R=7.17%
G=40.14%
B=52.69%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal201121470.860.2400.42196.5476.0532.75
Hex147093561802Ac54c21
Octal241602231263005230511441
Binary101001110000100100111010110110000101010110001011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147093; }

 p { color: rgb(20,112,147); }

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

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

 a { background-color: rgb(20,112,147); }

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

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

 span { border-color: rgb(20,112,147); }

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