Html Css Color HEX #147381 Allports

📋 copy color: '#147381'

red 20 ◦ green 115 ◦ blue 129

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

Shades of Allports #147381

Tints of Allports #147381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.56%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 7.58%
G = 43.56%
B = 48.86%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#147381 (or 0x147381) is known color: Allports. HEX triplet: 14, 73 and 81. RGB value is (20,115,129). Sum of RGB (Red+Green+Blue) = 20+115+129=264 (34% of max value = 765). Red value is 20 (8.20% from 255 or 7.58% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #147381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147381 is #EB8C7E. Grayscale: #585858. Windows color (decimal): -15436927 or 8483604. OLE color: 8483604.

HSL color Cylindrical-coordinate representation of color #147381: hue angle of 187.71º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147381 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 20 115 129 -
CMYK 0.84 0.11 0 0.49
HSL 187.71º 0.73% 0.29% -
HSV(B) 187.71º 0.84% 0.51% -
XYZ 10.38 14 22.92 -
YUV 88.19 151.03 79.36 -
System Red Green Blue C M Y K H S L
Decimal 20 115 129 0.84 0.11 0 0.49 187.71 0.73 0.29
Hex 14 73 81 54 B 0 31 BC 49 1D
Octal 24 163 201 124 13 0 61 274 111 35
Binary 10100 1110011 10000001 1010100 1011 0 110001 10111100 1001001 11101

Color Harmonies of #147381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147381

Black with #147381

Text Example


Text Example

White with #147381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147381; }

 p { color: rgb(20,115,129); }

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

background-color css

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

 a { background-color: rgb(20,115,129); }

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

border-color css

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

 span { border-color: rgb(20,115,129); }

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