Html Css Color HEX #146176 Allports

📋 copy color: '#146176'

red 20 ◦ green 97 ◦ blue 118

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

Shades of Allports #146176

Tints of Allports #146176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 50.21%

R = 8.51%
G = 41.28%
B = 50.21%

CMYK

 C value IS 0.83

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#146176 (or 0x146176) is known color: Allports. HEX triplet: 14, 61 and 76. RGB value is (20,97,118). Sum of RGB (Red+Green+Blue) = 20+97+118=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 118 (46.48% from 255 or 50.21% from 235); Max value from RGB is 118 - color contains mainly: blue. Hex color #146176 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146176 is #EB9E89. Grayscale: #4C4C4C. Windows color (decimal): -15441546 or 7758100. OLE color: 7758100.

HSL color Cylindrical-coordinate representation of color #146176: hue angle of 192.86º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #146176 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 97 118 -
CMYK 0.83 0.18 0 0.54
HSL 192.86º 0.71% 0.27% -
HSV(B) 192.86º 0.83% 0.46% -
XYZ 7.83 10.01 18.66 -
YUV 76.37 151.49 87.79 -
System Red Green Blue C M Y K H S L
Decimal 20 97 118 0.83 0.18 0 0.54 192.86 0.71 0.27
Hex 14 61 76 53 12 0 36 C1 47 1B
Octal 24 141 166 123 22 0 66 301 107 33
Binary 10100 1100001 1110110 1010011 10010 0 110110 11000001 1000111 11011

Color Harmonies of #146176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146176

Black with #146176

Text Example


Text Example

White with #146176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146176; }

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

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

background-color css

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

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

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

border-color css

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

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

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