Html Css Color HEX #147492 Allports

📋 copy color: '#147492'

red 20 ◦ green 116 ◦ blue 146

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

Shades of Allports #147492

Tints of Allports #147492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 51.77%

R = 7.09%
G = 41.13%
B = 51.77%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#147492 (or 0x147492) is known color: Allports. HEX triplet: 14, 74 and 92. RGB value is (20,116,146). Sum of RGB (Red+Green+Blue) = 20+116+146=282 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.09% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 146 (57.42% from 255 or 51.77% from 282); Max value from RGB is 146 - color contains mainly: blue. Hex color #147492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147492 is #EB8B6D. Grayscale: #5A5A5A. Windows color (decimal): -15436654 or 9597972. OLE color: 9597972.

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

Color convert

RGB 20 116 146 -
CMYK 0.86 0.21 0 0.43
HSL 194.29º 0.76% 0.33% -
HSV(B) 194.29º 0.86% 0.57% -
XYZ 11.72 14.71 29.42 -
YUV 90.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 20 116 146 0.86 0.21 0 0.43 194.29 0.76 0.33
Hex 14 74 92 56 15 0 2B C2 4C 21
Octal 24 164 222 126 25 0 53 302 114 41
Binary 10100 1110100 10010010 1010110 10101 0 101011 11000010 1001100 100001

Color Harmonies of #147492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147492

Black with #147492

Text Example


Text Example

White with #147492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147492; }

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

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

background-color css

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

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

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

border-color css

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

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

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