Html Css Color HEX #147593 Allports

📋 copy color: '#147593'

red 20 ◦ green 117 ◦ blue 147

#147593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #147593

Tints of Allports #147593

RGB

 RED value IS 20 (8.2% from 255) = 7.04%

 GREEN value IS 117 (46.09% from 255) = 41.2%

 BLUE value IS 147 (57.81% from 255) = 51.76%

R = 7.04%
G = 41.2%
B = 51.76%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147593 (or 0x147593) is known color: Allports. HEX triplet: 14, 75 and 93. RGB value is (20,117,147). Sum of RGB (Red+Green+Blue) = 20+117+147=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 147 (57.81% from 255 or 51.76% from 284); Max value from RGB is 147 - color contains mainly: blue. Hex color #147593 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147593 is #EB8A6C. Grayscale: #5B5B5B. Windows color (decimal): -15436397 or 9663764. OLE color: 9663764.

HSL color Cylindrical-coordinate representation of color #147593: hue angle of 194.17º 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 #147593 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 117 147 -
CMYK 0.86 0.20 0 0.42
HSL 194.17º 0.76% 0.33% -
HSV(B) 194.17º 0.86% 0.58% -
XYZ 11.92 14.98 29.87 -
YUV 91.42 159.36 77.06 -
System Red Green Blue C M Y K H S L
Decimal 20 117 147 0.86 0.20 0 0.42 194.17 0.76 0.33
Hex 14 75 93 56 14 0 2A C2 4C 21
Octal 24 165 223 126 24 0 52 302 114 41
Binary 10100 1110101 10010011 1010110 10100 0 101010 11000010 1001100 100001

Color Harmonies of #147593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147593

Black with #147593

Text Example


Text Example

White with #147593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147593; }

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

 H1.HeaderClassName
 {
   color: #147593;
 }
 .AnyTagClassName
 {
   color: #147593;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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