Html Css Color HEX #146D79 Allports

📋 copy color: '#146D79'

red 20 ◦ green 109 ◦ blue 121

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

Shades of Allports #146D79

Tints of Allports #146D79

RGB

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

 GREEN value IS 109 (42.97% from 255) = 43.6%

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

R = 8%
G = 43.6%
B = 48.4%

CMYK

 C value IS 0.83

 M value IS 0.10

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#146D79 (or 0x146D79) is known color: Allports. HEX triplet: 14, 6D and 79. RGB value is (20,109,121). Sum of RGB (Red+Green+Blue) = 20+109+121=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 109 (42.97% from 255 or 43.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 121 - color contains mainly: blue. Hex color #146D79 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146D79 is #EB9286. Grayscale: #535353. Windows color (decimal): -15438471 or 7957780. OLE color: 7957780.

HSL color Cylindrical-coordinate representation of color #146D79: hue angle of 187.13º 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 #146D79 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 109 121 -
CMYK 0.83 0.10 0 0.53
HSL 187.13º 0.72% 0.28% -
HSV(B) 187.13º 0.83% 0.47% -
XYZ 9.21 12.47 20.01 -
YUV 83.76 149.01 82.52 -
System Red Green Blue C M Y K H S L
Decimal 20 109 121 0.83 0.10 0 0.53 187.13 0.72 0.28
Hex 14 6D 79 53 A 0 35 BB 48 1C
Octal 24 155 171 123 12 0 65 273 110 34
Binary 10100 1101101 1111001 1010011 1010 0 110101 10111011 1001000 11100

Color Harmonies of #146D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146D79

Black with #146D79

Text Example


Text Example

White with #146D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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