Html Css Color HEX #147882 Allports

📋 copy color: '#147882'

red 20 ◦ green 120 ◦ blue 130

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

Shades of Allports #147882

Tints of Allports #147882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

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

R = 7.41%
G = 44.44%
B = 48.15%

CMYK

 C value IS 0.85

 M value IS 0.08

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147882 (or 0x147882) is known color: Allports. HEX triplet: 14, 78 and 82. RGB value is (20,120,130). Sum of RGB (Red+Green+Blue) = 20+120+130=270 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.41% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 130 (51.17% from 255 or 48.15% from 270); Max value from RGB is 130 - color contains mainly: blue. Hex color #147882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147882 is #EB877D. Grayscale: #5B5B5B. Windows color (decimal): -15435646 or 8550420. OLE color: 8550420.

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

Color convert

RGB 20 120 130 -
CMYK 0.85 0.08 0 0.49
HSL 185.45º 0.73% 0.29% -
HSV(B) 185.45º 0.85% 0.51% -
XYZ 11.03 15.19 23.47 -
YUV 91.24 149.87 77.19 -
System Red Green Blue C M Y K H S L
Decimal 20 120 130 0.85 0.08 0 0.49 185.45 0.73 0.29
Hex 14 78 82 55 8 0 31 B9 49 1D
Octal 24 170 202 125 10 0 61 271 111 35
Binary 10100 1111000 10000010 1010101 1000 0 110001 10111001 1001001 11101

Color Harmonies of #147882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147882

Black with #147882

Text Example


Text Example

White with #147882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147882; }

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

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

background-color css

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

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

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

border-color css

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

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

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