Html Css Color HEX #146172 Allports

📋 copy color: '#146172'

red 20 ◦ green 97 ◦ blue 114

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

Shades of Allports #146172

Tints of Allports #146172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.35%

R = 8.66%
G = 41.99%
B = 49.35%

CMYK

 C value IS 0.82

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#146172 (or 0x146172) is known color: Allports. HEX triplet: 14, 61 and 72. RGB value is (20,97,114). Sum of RGB (Red+Green+Blue) = 20+97+114=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 97 (38.28% from 255 or 41.99% from 231); Blue value is 114 (44.92% from 255 or 49.35% from 231); Max value from RGB is 114 - color contains mainly: blue. Hex color #146172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #146172 is #EB9E8D. Grayscale: #4B4B4B. Windows color (decimal): -15441550 or 7495956. OLE color: 7495956.

HSL color Cylindrical-coordinate representation of color #146172: hue angle of 190.85º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146172 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 97 114 -
CMYK 0.82 0.15 0 0.55
HSL 190.85º 0.7% 0.26% -
HSV(B) 190.85º 0.82% 0.45% -
XYZ 7.6 9.91 17.43 -
YUV 75.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 20 97 114 0.82 0.15 0 0.55 190.85 0.7 0.26
Hex 14 61 72 52 F 0 37 BF 46 1A
Octal 24 141 162 122 17 0 67 277 106 32
Binary 10100 1100001 1110010 1010010 1111 0 110111 10111111 1000110 11010

Color Harmonies of #146172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #146172

Black with #146172

Text Example


Text Example

White with #146172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #146172; }

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

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

background-color css

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

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

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

border-color css

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

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

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