Html Css Color HEX #147693 Allports

📋 copy color: '#147693'

red 20 ◦ green 118 ◦ blue 147

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

Shades of Allports #147693

Tints of Allports #147693

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

 BLUE value IS 147 (57.81% from 255) = 51.58%

R = 7.02%
G = 41.4%
B = 51.58%

CMYK

 C value IS 0.86

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#147693 (or 0x147693) is known color: Allports. HEX triplet: 14, 76 and 93. RGB value is (20,118,147). Sum of RGB (Red+Green+Blue) = 20+118+147=285 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.02% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 147 (57.81% from 255 or 51.58% from 285); Max value from RGB is 147 - color contains mainly: blue. Hex color #147693 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147693 is #EB896C. Grayscale: #5B5B5B. Windows color (decimal): -15436141 or 9664020. OLE color: 9664020.

HSL color Cylindrical-coordinate representation of color #147693: hue angle of 193.7º 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 #147693 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 118 147 -
CMYK 0.86 0.20 0 0.42
HSL 193.7º 0.76% 0.33% -
HSV(B) 193.7º 0.86% 0.58% -
XYZ 12.03 15.21 29.91 -
YUV 92 159.03 76.64 -
System Red Green Blue C M Y K H S L
Decimal 20 118 147 0.86 0.20 0 0.42 193.7 0.76 0.33
Hex 14 76 93 56 14 0 2A C2 4C 21
Octal 24 166 223 126 24 0 52 302 114 41
Binary 10100 1110110 10010011 1010110 10100 0 101010 11000010 1001100 100001

Color Harmonies of #147693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147693

Black with #147693

Text Example


Text Example

White with #147693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147693; }

 p { color: rgb(20,118,147); }

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

background-color css

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

 a { background-color: rgb(20,118,147); }

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

border-color css

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

 span { border-color: rgb(20,118,147); }

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