Html Css Color HEX #147382 Allports

📋 copy color: '#147382'

red 20 ◦ green 115 ◦ blue 130

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

Shades of Allports #147382

Tints of Allports #147382

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.4%

 BLUE value IS 130 (51.17% from 255) = 49.06%

R = 7.55%
G = 43.4%
B = 49.06%

CMYK

 C value IS 0.85

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147382 (or 0x147382) is known color: Allports. HEX triplet: 14, 73 and 82. RGB value is (20,115,130). Sum of RGB (Red+Green+Blue) = 20+115+130=265 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.55% from 265); Green value is 115 (45.31% from 255 or 43.40% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 130 - color contains mainly: blue. Hex color #147382 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147382 is #EB8C7D. Grayscale: #585858. Windows color (decimal): -15436926 or 8549140. OLE color: 8549140.

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

Color convert

RGB 20 115 130 -
CMYK 0.85 0.12 0 0.49
HSL 188.18º 0.73% 0.29% -
HSV(B) 188.18º 0.85% 0.51% -
XYZ 10.45 14.02 23.27 -
YUV 88.31 151.53 79.28 -
System Red Green Blue C M Y K H S L
Decimal 20 115 130 0.85 0.12 0 0.49 188.18 0.73 0.29
Hex 14 73 82 55 C 0 31 BC 49 1D
Octal 24 163 202 125 14 0 61 274 111 35
Binary 10100 1110011 10000010 1010101 1100 0 110001 10111100 1001001 11101

Color Harmonies of #147382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147382

Black with #147382

Text Example


Text Example

White with #147382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147382; }

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

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

background-color css

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

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

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

border-color css

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

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

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