Html Css Color HEX #147883 Allports

📋 copy color: '#147883'

red 20 ◦ green 120 ◦ blue 131

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

Shades of Allports #147883

Tints of Allports #147883

RGB

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

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

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

R = 7.38%
G = 44.28%
B = 48.34%

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

#147883 (or 0x147883) is known color: Allports. HEX triplet: 14, 78 and 83. RGB value is (20,120,131). Sum of RGB (Red+Green+Blue) = 20+120+131=271 (35% of max value = 765). Red value is 20 (8.20% from 255 or 7.38% from 271); Green value is 120 (47.27% from 255 or 44.28% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #147883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147883 is #EB877C. Grayscale: #5B5B5B. Windows color (decimal): -15435645 or 8615956. OLE color: 8615956.

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

Color convert

RGB 20 120 131 -
CMYK 0.85 0.08 0 0.49
HSL 185.95º 0.74% 0.3% -
HSV(B) 185.95º 0.85% 0.51% -
XYZ 11.1 15.22 23.83 -
YUV 91.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 20 120 131 0.85 0.08 0 0.49 185.95 0.74 0.3
Hex 14 78 83 55 8 0 31 BA 4A 1E
Octal 24 170 203 125 10 0 61 272 112 36
Binary 10100 1111000 10000011 1010101 1000 0 110001 10111010 1001010 11110

Color Harmonies of #147883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147883

Black with #147883

Text Example


Text Example

White with #147883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147883; }

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

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

background-color css

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

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

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

border-color css

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

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

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