Html Css Color HEX #147683 Allports

📋 copy color: '#147683'

red 20 ◦ green 118 ◦ blue 131

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

Shades of Allports #147683

Tints of Allports #147683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 7.43%
G = 43.87%
B = 48.7%

CMYK

 C value IS 0.85

 M value IS 0.10

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147683 (or 0x147683) is known color: Allports. HEX triplet: 14, 76 and 83. RGB value is (20,118,131). Sum of RGB (Red+Green+Blue) = 20+118+131=269 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.43% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #147683 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147683 is #EB897C. Grayscale: #5A5A5A. Windows color (decimal): -15436157 or 8615444. OLE color: 8615444.

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

Color convert

RGB 20 118 131 -
CMYK 0.85 0.10 0 0.49
HSL 187.03º 0.74% 0.3% -
HSV(B) 187.03º 0.85% 0.51% -
XYZ 10.86 14.74 23.75 -
YUV 90.18 151.03 77.94 -
System Red Green Blue C M Y K H S L
Decimal 20 118 131 0.85 0.10 0 0.49 187.03 0.74 0.3
Hex 14 76 83 55 A 0 31 BB 4A 1E
Octal 24 166 203 125 12 0 61 273 112 36
Binary 10100 1110110 10000011 1010101 1010 0 110001 10111011 1001010 11110

Color Harmonies of #147683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147683

Black with #147683

Text Example


Text Example

White with #147683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147683; }

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

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

background-color css

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

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

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

border-color css

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

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

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