Html Css Color HEX #146179 Allports

📋 copy color: '#146179'

red 20 ◦ green 97 ◦ blue 121

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

Shades of Allports #146179

Tints of Allports #146179

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.76%

 BLUE value IS 121 (47.66% from 255) = 50.84%

R = 8.4%
G = 40.76%
B = 50.84%

CMYK

 C value IS 0.83

 M value IS 0.20

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146179 (or 0x146179) is known color: Allports. HEX triplet: 14, 61 and 79. RGB value is (20,97,121). Sum of RGB (Red+Green+Blue) = 20+97+121=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 97 (38.28% from 255 or 40.76% from 238); Blue value is 121 (47.66% from 255 or 50.84% from 238); Max value from RGB is 121 - color contains mainly: blue. Hex color #146179 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146179 is #EB9E86. Grayscale: #4C4C4C. Windows color (decimal): -15441543 or 7954708. OLE color: 7954708.

HSL color Cylindrical-coordinate representation of color #146179: hue angle of 194.26º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146179 is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 97 121 -
CMYK 0.83 0.20 0 0.53
HSL 194.26º 0.72% 0.28% -
HSV(B) 194.26º 0.83% 0.47% -
XYZ 8.01 10.08 19.61 -
YUV 76.71 152.99 87.55 -
System Red Green Blue C M Y K H S L
Decimal 20 97 121 0.83 0.20 0 0.53 194.26 0.72 0.28
Hex 14 61 79 53 14 0 35 C2 48 1C
Octal 24 141 171 123 24 0 65 302 110 34
Binary 10100 1100001 1111001 1010011 10100 0 110101 11000010 1001000 11100

Color Harmonies of #146179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146179

Black with #146179

Text Example


Text Example

White with #146179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146179; }

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

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

background-color css

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

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

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

border-color css

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

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

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