Html Css Color HEX #147991 Allports

📋 copy color: '#147991'

red 20 ◦ green 121 ◦ blue 145

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

Shades of Allports #147991

Tints of Allports #147991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 50.7%

R = 6.99%
G = 42.31%
B = 50.7%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147991 (or 0x147991) is known color: Allports. HEX triplet: 14, 79 and 91. RGB value is (20,121,145). Sum of RGB (Red+Green+Blue) = 20+121+145=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 145 (57.03% from 255 or 50.70% from 286); Max value from RGB is 145 - color contains mainly: blue. Hex color #147991 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147991 is #EB866E. Grayscale: #5D5D5D. Windows color (decimal): -15435375 or 9533716. OLE color: 9533716.

HSL color Cylindrical-coordinate representation of color #147991: hue angle of 191.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147991 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 121 145 -
CMYK 0.86 0.17 0 0.43
HSL 191.52º 0.76% 0.32% -
HSV(B) 191.52º 0.86% 0.57% -
XYZ 12.24 15.87 29.21 -
YUV 93.54 157.04 75.55 -
System Red Green Blue C M Y K H S L
Decimal 20 121 145 0.86 0.17 0 0.43 191.52 0.76 0.32
Hex 14 79 91 56 11 0 2B C0 4C 20
Octal 24 171 221 126 21 0 53 300 114 40
Binary 10100 1111001 10010001 1010110 10001 0 101011 11000000 1001100 100000

Color Harmonies of #147991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147991

Black with #147991

Text Example


Text Example

White with #147991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147991; }

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

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

background-color css

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

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

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

border-color css

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

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

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