Html Css Color HEX #147494 Allports

📋 copy color: '#147494'

red 20 ◦ green 116 ◦ blue 148

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

Shades of Allports #147494

Tints of Allports #147494

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.85%

 BLUE value IS 148 (58.2% from 255) = 52.11%

R = 7.04%
G = 40.85%
B = 52.11%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147494 (or 0x147494) is known color: Allports. HEX triplet: 14, 74 and 94. RGB value is (20,116,148). Sum of RGB (Red+Green+Blue) = 20+116+148=284 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.04% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #147494 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147494 is #EB8B6B. Grayscale: #5A5A5A. Windows color (decimal): -15436652 or 9729044. OLE color: 9729044.

HSL color Cylindrical-coordinate representation of color #147494: hue angle of 195º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #147494 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 116 148 -
CMYK 0.86 0.22 0 0.42
HSL 195º 0.76% 0.33% -
HSV(B) 195º 0.86% 0.58% -
XYZ 11.88 14.78 30.24 -
YUV 90.94 160.2 77.4 -
System Red Green Blue C M Y K H S L
Decimal 20 116 148 0.86 0.22 0 0.42 195 0.76 0.33
Hex 14 74 94 56 16 0 2A C3 4C 21
Octal 24 164 224 126 26 0 52 303 114 41
Binary 10100 1110100 10010100 1010110 10110 0 101010 11000011 1001100 100001

Color Harmonies of #147494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147494

Black with #147494

Text Example


Text Example

White with #147494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147494; }

 p { color: rgb(20,116,148); }

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

background-color css

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

 a { background-color: rgb(20,116,148); }

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

border-color css

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

 span { border-color: rgb(20,116,148); }

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