Html Css Color HEX #147887 Allports

📋 copy color: '#147887'

red 20 ◦ green 120 ◦ blue 135

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

Shades of Allports #147887

Tints of Allports #147887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 7.27%
G = 43.64%
B = 49.09%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#147887 (or 0x147887) is known color: Allports. HEX triplet: 14, 78 and 87. RGB value is (20,120,135). Sum of RGB (Red+Green+Blue) = 20+120+135=275 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.27% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #147887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147887 is #EB8778. Grayscale: #5B5B5B. Windows color (decimal): -15435641 or 8878100. OLE color: 8878100.

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

Color convert

RGB 20 120 135 -
CMYK 0.85 0.11 0 0.47
HSL 187.83º 0.74% 0.3% -
HSV(B) 187.83º 0.85% 0.53% -
XYZ 11.38 15.33 25.28 -
YUV 91.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 20 120 135 0.85 0.11 0 0.47 187.83 0.74 0.3
Hex 14 78 87 55 B 0 2F BC 4A 1E
Octal 24 170 207 125 13 0 57 274 112 36
Binary 10100 1111000 10000111 1010101 1011 0 101111 10111100 1001010 11110

Color Harmonies of #147887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147887

Black with #147887

Text Example


Text Example

White with #147887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147887; }

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

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

background-color css

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

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

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

border-color css

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

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

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