Html Css Color HEX #147985 Allports

📋 copy color: '#147985'

red 20 ◦ green 121 ◦ blue 133

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

Shades of Allports #147985

Tints of Allports #147985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.16%

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 7.3%
G = 44.16%
B = 48.54%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#147985 (or 0x147985) is known color: Allports. HEX triplet: 14, 79 and 85. RGB value is (20,121,133). Sum of RGB (Red+Green+Blue) = 20+121+133=274 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.30% from 274); Green value is 121 (47.66% from 255 or 44.16% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #147985 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147985 is #EB867A. Grayscale: #5C5C5C. Windows color (decimal): -15435387 or 8747284. OLE color: 8747284.

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

Color convert

RGB 20 121 133 -
CMYK 0.85 0.09 0 0.48
HSL 186.37º 0.74% 0.3% -
HSV(B) 186.37º 0.85% 0.52% -
XYZ 11.36 15.52 24.59 -
YUV 92.17 151.04 76.52 -
System Red Green Blue C M Y K H S L
Decimal 20 121 133 0.85 0.09 0 0.48 186.37 0.74 0.3
Hex 14 79 85 55 9 0 30 BA 4A 1E
Octal 24 171 205 125 11 0 60 272 112 36
Binary 10100 1111001 10000101 1010101 1001 0 110000 10111010 1001010 11110

Color Harmonies of #147985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147985

Black with #147985

Text Example


Text Example

White with #147985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147985; }

 p { color: rgb(20,121,133); }

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

background-color css

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

 a { background-color: rgb(20,121,133); }

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

border-color css

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

 span { border-color: rgb(20,121,133); }

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