Html Css Color HEX #147682 Allports

📋 copy color: '#147682'

red 20 ◦ green 118 ◦ blue 130

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

Shades of Allports #147682

Tints of Allports #147682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.03%

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

R = 7.46%
G = 44.03%
B = 48.51%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147682 (or 0x147682) is known color: Allports. HEX triplet: 14, 76 and 82. RGB value is (20,118,130). Sum of RGB (Red+Green+Blue) = 20+118+130=268 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.46% from 268); Green value is 118 (46.48% from 255 or 44.03% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #147682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147682 is #EB897D. Grayscale: #595959. Windows color (decimal): -15436158 or 8549908. OLE color: 8549908.

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

Color convert

RGB 20 118 130 -
CMYK 0.85 0.09 0 0.49
HSL 186.55º 0.73% 0.29% -
HSV(B) 186.55º 0.85% 0.51% -
XYZ 10.8 14.72 23.39 -
YUV 90.07 150.53 78.02 -
System Red Green Blue C M Y K H S L
Decimal 20 118 130 0.85 0.09 0 0.49 186.55 0.73 0.29
Hex 14 76 82 55 9 0 31 BB 49 1D
Octal 24 166 202 125 11 0 61 273 111 35
Binary 10100 1110110 10000010 1010101 1001 0 110001 10111011 1001001 11101

Color Harmonies of #147682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147682

Black with #147682

Text Example


Text Example

White with #147682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147682; }

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

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

background-color css

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

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

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

border-color css

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

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

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